Designing the board
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
import React from 'react';
|
||||
|
||||
import { Canvas } from 'components';
|
||||
|
||||
function App() {
|
||||
return <div className="App">hello world!</div>;
|
||||
return (
|
||||
<div className="app">
|
||||
<Canvas />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
|
||||
Reference in New Issue
Block a user