Skip to content

Commit

Permalink
feat(mobile): update ui package style import path
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwoo3490 committed Dec 1, 2024
1 parent a1dfa9f commit d703458
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file removed apps/mobile/app/globals.css
Empty file.
4 changes: 2 additions & 2 deletions apps/mobile/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "../styles/globals.css";
import "./globals.css";
import "@setaday/ui/styles";
import type { Metadata } from "next";
import "../styles/globals.css";

export const metadata: Metadata = {
title: "Create Next App",
Expand Down
Empty file removed apps/mobile/app/page.module.css
Empty file.

0 comments on commit d703458

Please sign in to comment.