chore: shuffle files around

This commit is contained in:
Alexander Daichendt 2022-07-30 00:20:24 +02:00
parent 2d7ffaff20
commit 09a29f82cb
18 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
import type { BlogPostFrontmatter, BlogPostMeta } from '../../types';
import type { BlogPostFrontmatter, BlogPostMeta } from '../../lib/utils/types';
export async function GET() {
const modules = import.meta.glob('./*.svx');