change to css modules

This commit is contained in:
2023-06-19 00:42:19 -04:00
parent 87f5d5f6d5
commit d49caf4bde
11 changed files with 163 additions and 545 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<html>
<head>
<title>Calendar Optimizer</title>
<link rel="stylesheet" src="./index.css"></link>
<link rel="stylesheet" href="./App.module.css"></link>
</head>
<body>
<div id="app"></div>