Added css modules mini classes

This commit is contained in:
2020-12-12 02:49:02 +05:00
parent 43c18eb46e
commit 2d8d3c99f1
8 changed files with 502 additions and 131 deletions

View File

@@ -2,7 +2,6 @@ import React from "react";
import styles from "./styles/App.module.css";
const App: React.FC = () => {
console.log("test");
return (
<div>
<h1 className={styles.title}>Hello, world</h1>