Restructure project (#124)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import Navbar from './navbar/Navbar';
|
||||
import styled from '@emotion/styled';
|
||||
import { ThemeProvider } from '@emotion/react';
|
||||
import { User } from '../interfaces/user.interface';
|
||||
import { User } from '../interfaces/entities/user.interface';
|
||||
import { lightTheme } from './styles/themes';
|
||||
|
||||
const StyledLayout = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user