wip create character

This commit is contained in:
2023-07-21 22:25:00 +02:00
parent 907ddca8b5
commit 450a4702e5
15 changed files with 9783 additions and 17321 deletions
+3 -16
View File
@@ -1,24 +1,11 @@
import React from 'react';
import logo from './logo.svg';
import './App.css';
import CreateCharacter from "./pages/CreateCharacter";
function App() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.tsx</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
<div className="container">
<CreateCharacter />
</div>
);
}