import style

This commit is contained in:
Ben Elferink
2020-12-22 00:00:26 +02:00
parent 243f6212b3
commit a32f5d3747

View File

@@ -1,4 +1,5 @@
import React from 'react';
import './style/style.css';
function App() {
return <div>Hello World - React.js</div>;