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