We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98810f5 commit 1e132e1Copy full SHA for 1e132e1
src/app/layout.tsx
@@ -1,6 +1,5 @@
1
import type { Metadata } from 'next';
2
-import '../styles/global.css';
3
-
+import '@/shared/styles/global.css';
4
export const metadata: Metadata = {
5
title: 'SSOUL',
6
description: '칵테일을 좋아하는 사람들을 위한 서비스',
0 commit comments