Run Prettier

This commit is contained in:
Steve Kinney
2024-09-18 08:00:07 -06:00
parent d4a9c0431b
commit e7496860b9
11 changed files with 43 additions and 39 deletions

View File

@@ -11,7 +11,7 @@
createRoot(document.getElementById('root')).render(createElement(Counter));
</script>
<body class="container flex items-center justify-center min-h-screen">
<body class="container flex min-h-screen items-center justify-center">
<div class="" id="root"></div>
</body>
</html>