🔸**[Component]** 🔹**[Pages]** ▪️**[Setting]**
// Routes.jsx
const 작업Page = lazy(() => import('./pages/작업Page'));
<Route path="소문자작업Page경로" element={<작업Page />} />
// styles.tailwindcss
@layer base {
html {
font-family: SUIT Variable, system-ui, sans-serif;
}
}
mx-auto flex min-h-[50rem] max-w-[80rem] flex-col items-center bg-background
w-full px-[원하는길이]