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

Commit

Permalink
fix: ファイルパス
Browse files Browse the repository at this point in the history
  • Loading branch information
SatooRu65536 committed May 28, 2024
1 parent 468cc5e commit 11387df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'the-new-css-reset/css/reset.css';
import { createGlobalStyle } from 'styled-components';
import LoginPage from '@/components/pages/login';
import Header from '@/components/shared/Header';
import { currentUserAtomLoadable } from '@/stores/userAtom';
import { currentUserAtomLoadable } from '@/stores/currentUserAtom';
import { theme } from '@/utils/theme';

const { Header: HeaderContainer, Content } = Layout;
Expand Down

0 comments on commit 11387df

Please sign in to comment.