Skip to content

Commit 32a793f

Browse files
committed
refactor: update Layout name
1 parent 0d8c067 commit 32a793f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/root-wapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ChakraProvider, extendTheme } from '@chakra-ui/react';
22
import React from 'react';
33
import { Provider } from 'redux-zero/react';
44
import { mode } from '@chakra-ui/theme-tools';
5-
import Layout from './components/layout';
5+
import Layout from './components/Layout';
66
import { store } from './state';
77

88
// eslint-disable-next-line import/prefer-default-export

0 commit comments

Comments
 (0)