File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import { AuthAndFrame } from "./components/AuthAndFrame/AuthAndFrame"
22
22
import { RequireAuth } from "./components/RequireAuth/RequireAuth"
23
23
import { SettingsLayout } from "./components/SettingsLayout/SettingsLayout"
24
24
import { DeploySettingsLayout } from "components/DeploySettingsLayout/DeploySettingsLayout"
25
- import StarterTemplatePage from "pages/StarterTemplatePage/StarterTemplatePage"
26
25
27
26
// Lazy load pages
28
27
// - Pages that are secondary, not in the main navigation or not usually accessed
@@ -96,6 +95,9 @@ const TemplateVersionPage = lazy(
96
95
const StarterTemplatesPage = lazy (
97
96
( ) => import ( "./pages/StarterTemplatesPage/StarterTemplatesPage" ) ,
98
97
)
98
+ const StarterTemplatePage = lazy (
99
+ ( ) => import ( "pages/StarterTemplatePage/StarterTemplatePage" ) ,
100
+ )
99
101
const CreateTemplatePage = lazy (
100
102
( ) => import ( "./pages/CreateTemplatePage/CreateTemplatePage" ) ,
101
103
)
You can’t perform that action at this time.
0 commit comments