Skip to content
Snippets Groups Projects
Commit b6912342 authored by Thor-Herman's avatar Thor-Herman
Browse files

Move App to Components folder #1

parent 8372b85f
No related branches found
No related tags found
No related merge requests found
import React from 'react';
import './App.css';
const App = () => {
return (
......
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import App from './Components/App';
ReactDOM.render(
<App />,
......
/// <reference types="react-scripts" />
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment