forked from M3-Academy/desafio-react-e-typescript
fix(workspace): imports
This commit is contained in:
parent
ee3620c8d1
commit
e3c8395c0a
@ -1,4 +1,4 @@
|
||||
@use '../../styles/utils/helpers/functions' as function;
|
||||
@use '../../../styles/utils/helpers/functions' as function;
|
||||
|
||||
.footer {
|
||||
&__container--top,
|
||||
|
@ -1,4 +1,4 @@
|
||||
@use '../../styles/utils/helpers/functions' as function;
|
||||
@use '../../../styles/utils/helpers/functions' as function;
|
||||
|
||||
$containers: (
|
||||
'xs': 339px,
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { useLocation } from 'react-router-dom'
|
||||
|
||||
import { ItemList } from '../../components/Molecules/ItemList'
|
||||
import { ItemList } from '../../Molecules/ItemList'
|
||||
|
||||
import styles from './$Sidebar.module.scss'
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
import { Outlet, Route, Routes } from 'react-router-dom'
|
||||
|
||||
import { Header } from '../components/Organisms/Header/$Header'
|
||||
|
||||
import { Sidebar } from '../template/Sidebar/$Sidebar'
|
||||
import { Sidebar } from '../components/Organisms/Sidebar'
|
||||
import { Footer } from '../components/Organisms/Footer/$Footer'
|
||||
import { Breadcrumb } from './containers/_BreadCrumb'
|
||||
import { ScrollFixed } from './containers/_ScrollFixed'
|
||||
|
Loading…
x
Reference in New Issue
Block a user