This commit is contained in:
neil 2022-12-27 07:14:35 +08:00
parent 73fd7008f4
commit da08926c8e

View file

@ -3,7 +3,7 @@ import Fuse from 'fuse.js';
import type { Package, Review, AirtablePost } from '@tea/ui/types'; import type { Package, Review, AirtablePost } from '@tea/ui/types';
import type { GUIPackage } from '$libs/types'; import type { GUIPackage } from '$libs/types';
// TODO: figure out a better structure for managing states maybe turn them into models? // TODO: figure out a better structure for managing states maybe turn them into separate files?
import { getPackages, getFeaturedPackages, getPackageReviews, getAllPosts } from '@api'; import { getPackages, getFeaturedPackages, getPackageReviews, getAllPosts } from '@api';