File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ import PublisherLayout from "./layouts/PublisherLayout";
1010import SnapsManagementLayout from "./layouts/SnapsManagementLayout" ;
1111import ModelDetailsPageLayout from "./layouts/ModelDetailsPageLayout/ModelPageLayout" ;
1212
13- import ValidationSet from "./pages/ValidationSet" ;
14- import ValidationSets from "./pages/ValidationSets" ;
15- import AccountKeys from "./pages/AccountKeys" ;
16-
1713const AccountDetails = importComponent ( ( ) => import ( "./pages/AccountDetails" ) ) ;
1814const Publicise = importComponent ( ( ) => import ( "./pages/Publicise" ) ) ;
1915const PublisherSettings = importComponent (
@@ -41,6 +37,9 @@ const BrandStoreSettings = importComponent(
4137const Members = importComponent ( ( ) => import ( "./pages/Members" ) ) ;
4238const SigningKeys = importComponent ( ( ) => import ( "./pages/SigningKeys" ) ) ;
4339const Snaps = importComponent ( ( ) => import ( "./pages/Snaps" ) ) ;
40+ const ValidationSet = importComponent ( ( ) => import ( "./pages/ValidationSet" ) ) ;
41+ const ValidationSets = importComponent ( ( ) => import ( "./pages/ValidationSets" ) ) ;
42+ const AccountKeys = importComponent ( ( ) => import ( "./pages/AccountKeys" ) ) ;
4443
4544Sentry . init ( {
4645 dsn : window . SENTRY_DSN ,
You can’t perform that action at this time.
0 commit comments