init
This commit is contained in:
6
app/app.tsx
Normal file
6
app/app.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import { Home } from './components';
|
||||
import './scss/index.scss';
|
||||
|
||||
ReactDOM.render(<Home />, document.getElementById('app'));
|
||||
Reference in New Issue
Block a user