Skip to content

Commit 7cebe4e

Browse files
committed
chore: solving problem with path alias
1 parent 6b405b7 commit 7cebe4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/AppetizerProvider/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React from 'react';
22
import { ThemeProvider } from 'styled-components';
33

4-
import GlobalStyle from 'styles/global';
5-
import theme from 'styles/themes/light';
4+
import GlobalStyle from '../../styles/global';
5+
import theme from '../../styles/themes/light';
66

77
type AppetizerProviderProps = {
88
children: React.ReactNode;

0 commit comments

Comments
 (0)