mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
trigger
This commit is contained in:
parent
73fd7008f4
commit
da08926c8e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import Fuse from 'fuse.js';
|
|||
|
||||
import type { Package, Review, AirtablePost } from '@tea/ui/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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue