fix: spacing

This commit is contained in:
Lakhan Samani 2021-12-29 05:21:24 +05:30
parent 5ed669e0da
commit 8d2371c14e
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ build
.env .env
data.db data.db
app/node_modules app/node_modules
app/build app/build

View File

@ -14,4 +14,4 @@
<div id="root"></div> <div id="root"></div>
<script type="module" src="/app/build/index.js"></script> <script type="module" src="/app/build/index.js"></script>
</body> </body>
</html> </html>