Spaces:
Running
Running
Guilherme Silberfarb Costa commited on
Commit 路
9154bb6
1
Parent(s): 2784885
update App.jsx
Browse files- frontend/src/App.jsx +1 -3
frontend/src/App.jsx
CHANGED
|
@@ -2,8 +2,6 @@ import React, { useEffect, useState } from 'react'
|
|
| 2 |
import { api } from './api'
|
| 3 |
import ElaboracaoTab from './components/ElaboracaoTab'
|
| 4 |
import VisualizacaoTab from './components/VisualizacaoTab'
|
| 5 |
-
import logoMesa from './assets/logo_mesa.png'
|
| 6 |
-
|
| 7 |
|
| 8 |
const TABS = [
|
| 9 |
{ key: 'Pesquisa', label: 'Pesquisa', hint: 'M贸dulo em desenvolvimento' },
|
|
@@ -36,7 +34,7 @@ export default function App() {
|
|
| 36 |
<div className="app-shell">
|
| 37 |
<header className="app-header app-header-logo-only">
|
| 38 |
<div className="brand-mark" aria-hidden="true">
|
| 39 |
-
<img src=
|
| 40 |
</div>
|
| 41 |
</header>
|
| 42 |
|
|
|
|
| 2 |
import { api } from './api'
|
| 3 |
import ElaboracaoTab from './components/ElaboracaoTab'
|
| 4 |
import VisualizacaoTab from './components/VisualizacaoTab'
|
|
|
|
|
|
|
| 5 |
|
| 6 |
const TABS = [
|
| 7 |
{ key: 'Pesquisa', label: 'Pesquisa', hint: 'M贸dulo em desenvolvimento' },
|
|
|
|
| 34 |
<div className="app-shell">
|
| 35 |
<header className="app-header app-header-logo-only">
|
| 36 |
<div className="brand-mark" aria-hidden="true">
|
| 37 |
+
<img src='/logo_mesa.png' alt="MESA" />
|
| 38 |
</div>
|
| 39 |
</header>
|
| 40 |
|