File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
frontend/src/libs/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ export { Link } from './link/link.js';
15
15
export { LocationInput } from './location-input/location-input.js' ;
16
16
export { Modal } from './modal/modal.js' ;
17
17
export { Notification } from './notification/notification.js' ;
18
+ export { PageLayout } from './page-layout/page-layout.js' ;
18
19
export { Pagination } from './pagination/pagination.js' ;
19
20
export { ProtectedRoute } from './protected-route/protected-route.js' ;
20
21
export { Radio } from './radio/radio.js' ;
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ import { Dashboard } from '~/pages/dashboard/dashboard.js';
7
7
import { NotFound } from '~/pages/not-found/not-found.js' ;
8
8
import { WelcomePage } from '~/pages/welcome/welcome.js' ;
9
9
10
- import { ProtectedRoute } from '../components.js' ;
11
- import { PageLayout } from '../page-layout/page-layout.js' ;
10
+ import { PageLayout , ProtectedRoute } from '../components.js' ;
12
11
import { RouterProvider } from '../router-provider/router-provider.js' ;
13
12
14
13
const Router = ( ) : JSX . Element => (
You can’t perform that action at this time.
0 commit comments