From 5245f43c4e43ccd4f7f10297822a3e0e9b3297e7 Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 5 Jan 2023 07:34:39 +0800 Subject: [PATCH] lint --- modules/gui/src/libs/stores.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gui/src/libs/stores.ts b/modules/gui/src/libs/stores.ts index 51d50f6..316139a 100644 --- a/modules/gui/src/libs/stores.ts +++ b/modules/gui/src/libs/stores.ts @@ -4,7 +4,6 @@ import Fuse from 'fuse.js'; import type { Package, Review, AirtablePost } from '@tea/ui/types'; import type { GUIPackage } from '$libs/types'; - import { getPackages, getFeaturedPackages, getPackageReviews, getAllPosts } from '@api'; export const backLink = writable('/');