fixing dashboard imports
This commit is contained in:
parent
a2fc9b0355
commit
df902d6306
@ -1,6 +1,6 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
|
|
||||||
import { DashboardView } from '../styles/layouts/dashboard/DashboardView'
|
// import { DashboardView } from '../styles/layouts/dashboard/DashboardView'
|
||||||
|
|
||||||
import MapCard from '../src/components/mapCard/MapCard'
|
import MapCard from '../src/components/mapCard/MapCard'
|
||||||
import GraphCard from '../src/components/graph/graphCard/ChartCard'
|
import GraphCard from '../src/components/graph/graphCard/ChartCard'
|
||||||
@ -9,7 +9,7 @@ import PageTitle from '../src/components/pageTitle/PageTitle'
|
|||||||
|
|
||||||
export default function Dashboard() {
|
export default function Dashboard() {
|
||||||
return (
|
return (
|
||||||
<DashboardView>
|
<main>
|
||||||
<Header name='' />
|
<Header name='' />
|
||||||
<PageTitle title='Visão Geral' subtitle='Bem Vindo a Smart Energia' />
|
<PageTitle title='Visão Geral' subtitle='Bem Vindo a Smart Energia' />
|
||||||
<section className="cardsSection" >
|
<section className="cardsSection" >
|
||||||
@ -25,6 +25,6 @@ export default function Dashboard() {
|
|||||||
<GraphCard title='Consumo' subtitle='Gráfico de Consumo' />
|
<GraphCard title='Consumo' subtitle='Gráfico de Consumo' />
|
||||||
<GraphCard title='Consumo' subtitle='Gráfico de Consumo' className='footerGraph' />
|
<GraphCard title='Consumo' subtitle='Gráfico de Consumo' className='footerGraph' />
|
||||||
</section>
|
</section>
|
||||||
</DashboardView>
|
</main>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -13,8 +13,8 @@
|
|||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"incremental": true,
|
"incremental": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"module": "System",
|
"module": "esnext",
|
||||||
"moduleResolution": "classic",
|
"moduleResolution": "node",
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"jsx": "preserve"
|
"jsx": "preserve"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user