chore: use shared (packages/ui) css styles for react component

This commit is contained in:
afiqzudinhadi 2025-06-20 17:56:56 +08:00
parent 17ab887795
commit 614ace11b0
5 changed files with 65 additions and 113 deletions

View file

@ -6,7 +6,7 @@ import {
ScrollRestoration,
} from "@remix-run/react";
import { Analytics } from "@vercel/analytics/react";
import "./styles.css";
import "@repo/ui/styles/styles.css";
import "@repo/ui/globals.css";
export function Layout({ children }: { children: React.ReactNode }) {