Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Commit 6f14770

Browse files
committed
fix: フォントのインポートを削除
1 parent 9ebfa44 commit 6f14770

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/layouts/BaseLayout.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { App, ConfigProvider, Layout } from 'antd';
22
import { type ReactElement } from 'react';
33
import { Outlet } from 'react-router-dom';
44
import 'the-new-css-reset/css/reset.css';
5-
import '@fontsource-variable/noto-sans-jp';
65
import { createGlobalStyle } from 'styled-components';
76
import Header from '@/components/shared/Header';
87
import { theme } from '@/utils/theme';

0 commit comments

Comments
 (0)