diff --git a/index.scss b/index.scss index 9d7a717..b2b0f8e 100644 --- a/index.scss +++ b/index.scss @@ -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 { diff --git a/src/main.ts b/src/main.ts index 245cc35..b81c397 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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'; diff --git a/src/route/post/$post.ts b/src/route/post/$post_route.ts similarity index 100% rename from src/route/post/$post.ts rename to src/route/post/$post_route.ts diff --git a/src/route/post/_$post.scss b/src/route/post/_$post_route.scss similarity index 100% rename from src/route/post/_$post.scss rename to src/route/post/_$post_route.scss