Initial commit

This commit is contained in:
talksik
2022-03-12 13:59:24 -05:00
commit b341a7ed28
32 changed files with 34753 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
import './App.css';
import React from 'react';
import logo from './logo.svg';
import testConnection from '@nirvana/core';
testConnection()
function App() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p className=" text-lg">
Edit <code>src/App.tsx</code> awoahhh
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
</div>
);
}
export default App;