refactor: reorganize API imports and simplify parameter handling in various components

This commit is contained in:
Ardeman
2025-03-09 10:23:11 +08:00
parent 687e3c8d01
commit d38bf3a705
10 changed files with 26 additions and 16 deletions
@@ -1,4 +1,4 @@
import { getNews } from '~/apis/admin/get-news'
import { getNews } from '~/apis/common/get-news'
import { handleCookie } from '~/libs/cookies'
import { ContentsPage } from '~/pages/dashboard-contents'