rename: $route file name changes
This commit is contained in:
parent
cb065df110
commit
cfdcca31da
@ -2,7 +2,7 @@
|
||||
@import '/src/component/PostTile/$PostTile';
|
||||
@import '/src/component/Searchbar/$Searchbar';
|
||||
@import '/src/component/IconButton/$IconButton';
|
||||
@import '/src/route/post/$post';
|
||||
@import '/src/route/post/$post_route';
|
||||
@import '/src/route/gallery/$gallery';
|
||||
|
||||
:root {
|
||||
|
@ -2,7 +2,7 @@ import 'elexis';
|
||||
import '@elexis/layout';
|
||||
import '@elexis/router';
|
||||
import { Booru, type BooruOptions } from './structure/Booru';
|
||||
import { post_route } from './route/post/$post';
|
||||
import { post_route } from './route/post/$post_route';
|
||||
import { $PostGrid } from './component/PostGrid/$PostGrid';
|
||||
import { $Router, $RouterNavigationDirection } from '@elexis/router';
|
||||
import { $Searchbar } from './component/Searchbar/$Searchbar';
|
||||
|
Loading…
Reference in New Issue
Block a user