From fb4dc62b7b21cf3724e8f425691bc9dec6c2e25e Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Tue, 1 Apr 2025 16:01:53 -0400 Subject: [PATCH] fix lint errors in store.ts --- packages/frontend/src/store.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 7628be9334..245833fb43 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -13,7 +13,8 @@ import type { Plugin } from '@/plugin.js'; import { miLocalStorage } from '@/local-storage.js'; import { Pizzax } from '@/lib/pizzax.js'; import { DEFAULT_DEVICE_KIND } from '@/utility/device-kind.js'; -import { defaultFollowingFeedState, type FollowingFeedState } from '@/utility/following-feed-utils'; +import { defaultFollowingFeedState } from '@/utility/following-feed-utils.js'; +import type { FollowingFeedState } from '@/utility/following-feed-utils.js'; import { searchEngineMap } from '@/utility/search-engine-map.js'; /**