Skip to content

Commit

Permalink
rename: 파일명 변경사항 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed Aug 11, 2024
1 parent 54f783c commit 063f7d8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/admin/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "wowds-ui/styles.css";
import type { Metadata } from "next";
import localFont from "next/font/local";

import { JotaiProvider } from "../components/jotai-provider";
import { JotaiProvider } from "../components/JotaiProvider";

const geistSans = localFont({
src: "./fonts/GeistVF.woff",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/client/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "wowds-ui/styles.css";
import type { Metadata } from "next";
import localFont from "next/font/local";

import { JotaiProvider } from "../components/jotai-provider";
import { JotaiProvider } from "../components/JotaiProvider";

const geistSans = localFont({
src: "./fonts/GeistVF.woff",
Expand Down
File renamed without changes.

0 comments on commit 063f7d8

Please sign in to comment.