chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-11-17 20:36:08 -08:00
parent 09e3662a88
commit b5435762a1
No known key found for this signature in database
12 changed files with 21 additions and 22 deletions

View file

@ -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 {