forked from CRM_Production/JTT_CrM
parent
4a1aedc907
commit
a3ca6b845d
@ -0,0 +1,9 @@
|
|||||||
|
const App = () => {
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
<h1>Hello World!</h1>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export default App;
|
Loading…
Reference in new issue