diff options
| author | realtradam <[email protected]> | 2024-07-27 16:44:01 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-07-27 16:44:01 -0400 |
| commit | f75c5d9264d71298711321d83a9c6b23327b3f56 (patch) | |
| tree | b7f964a1e37cdead6a198e1138cc1f06331b0eb5 /frontend/index.html | |
| parent | b1112afc5162bb299d528974594dcf7c2ec46266 (diff) | |
| download | spring-blog-f75c5d9264d71298711321d83a9c6b23327b3f56.tar.gz spring-blog-f75c5d9264d71298711321d83a9c6b23327b3f56.zip | |
fix linting
Diffstat (limited to 'frontend/index.html')
| -rw-r--r-- | frontend/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html index 82a3d13..821eeac 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -10,4 +10,4 @@ <div id="root" class="w-full"></div> <script type="module" src="/src/main.tsx"></script> </body> -</div> +</html> |
