initialize
This commit is contained in:
parent
3ea1a1ed1f
commit
6543635d09
|
|
@ -1,5 +1,5 @@
|
|||
import React from "react";
|
||||
import "./App.css";
|
||||
import "./styles/style.scss";
|
||||
|
||||
const App = () => {
|
||||
return <div className="App"></div>;
|
||||
|
|
|
|||
|
|
@ -0,0 +1,24 @@
|
|||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 62.5%;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
input,
|
||||
button {
|
||||
background: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
@import "./nullifier";
|
||||
Loading…
Reference in New Issue