arregladas algunas tabulaciones
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { useState } from 'react'
|
import { useState } from "react";
|
||||||
|
|
||||||
import Barra from './components/Barra';
|
import Barra from "./components/Barra";
|
||||||
import Keeper from './components/coordkeeper';
|
import Keeper from "./components/coordkeeper";
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
const [type, setType] = useState("overworld");
|
const [type, setType] = useState("overworld");
|
||||||
@@ -12,7 +12,7 @@ const [type, setType] = useState("overworld");
|
|||||||
<Keeper tipo={type} />
|
<Keeper tipo={type} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default App;
|
export default App;
|
||||||
|
|||||||
Reference in New Issue
Block a user