diff --git a/routes/_actions/timeline.js b/routes/_actions/timeline.js index 829c902..0104c8a 100644 --- a/routes/_actions/timeline.js +++ b/routes/_actions/timeline.js @@ -1,4 +1,4 @@ -import { store } from '../_utils/store' +import { store } from '../_store/store' import { database } from '../_utils/database/database' import { getTimeline } from '../_utils/mastodon/timelines' import { toast } from '../_utils/toast' diff --git a/routes/_components/Layout.html b/routes/_components/Layout.html index c7e9692..e68639b 100644 --- a/routes/_components/Layout.html +++ b/routes/_components/Layout.html @@ -17,7 +17,7 @@