diff --git a/front/src/layouts/Layout.astro b/front/src/layouts/Layout.astro index 5c9eaae..7b552be 100644 --- a/front/src/layouts/Layout.astro +++ b/front/src/layouts/Layout.astro @@ -19,4 +19,33 @@ const { title } = Astro.props; - \ No newline at end of file + + diff --git a/front/src/libs/AstroUtils.ts b/front/src/libs/AstroUtils.ts deleted file mode 100644 index c97a8ed..0000000 --- a/front/src/libs/AstroUtils.ts +++ /dev/null @@ -1,5 +0,0 @@ -export default class AstroUtils { - public static async wrap(fn: () => T | Promise) { - return await fn() - } -} \ No newline at end of file