chore: cleanup
This commit is contained in:
parent
09e3662a88
commit
b5435762a1
12 changed files with 21 additions and 22 deletions
|
@ -1,5 +1,5 @@
|
|||
import { fetchBlogroll } from "@utils/data/blogroll.js";
|
||||
import { fetchGlobals } from "@utils/data/global/index.js";
|
||||
import { fetchGlobals } from '@utils/data/globals.js';
|
||||
|
||||
export async function GET() {
|
||||
try {
|
||||
|
|
Reference in a new issue