mirror of
https://github.com/azaion/ui.git
synced 2026-04-22 16:16:35 +00:00
13 lines
168 B
TypeScript
13 lines
168 B
TypeScript
import './App.css';
|
|
|
|
function App() {
|
|
return (
|
|
<div className="App">
|
|
<header className="App-header">
|
|
</header>
|
|
</div>
|
|
);
|
|
}
|
|
|
|
export default App;
|