mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
Update config, ButtonIcon, remove cloneElement
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { Outlet } from 'react-router-dom';
|
||||
|
||||
// Styled
|
||||
import Spinner from '@commonStyle/Spinner';
|
||||
import Spinner from '@src/commons/styles/Spinner';
|
||||
import { FullPageLayout } from './styled';
|
||||
|
||||
// Hooks
|
||||
import { useAccount } from '@hook/authentication/useAccount';
|
||||
import { useAccount } from '@src/hooks/authentication/useAccount';
|
||||
|
||||
const RootLayout = () => {
|
||||
const { isPending } = useAccount();
|
||||
|
||||
Reference in New Issue
Block a user