Skip to content

Commit d167bf2

Browse files
committed
cleanup some todo comments
1 parent b0c3673 commit d167bf2

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

app/root.res

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,7 @@ let default = () => {
3131
let (isOverlayOpen, setOverlayOpen) = React.useState(_ => false)
3232
<html>
3333
<head>
34-
// TODO RR7: I think this fixes the issues?
3534
<Links />
36-
37-
// This is to prevent FOUC (flash of unstyled content)
38-
// This line has to be above everything else
39-
// <style> {React.string("html{opacity: 0;}")} </style>
40-
// TODO RR7: https://vite.dev/guide/assets.html#importing-asset-as-url
41-
// I shoould be able to get this to work
42-
43-
// todo RR7: I need to figure out css and how to not have it reload all the time
44-
45-
// <link rel="stylesheet" href="./styles/main.css" />
46-
// <link rel="stylesheet" href="./styles/utils.css" />
47-
// <link rel="stylesheet" href="./styles/_hljs.css" />
4835
<link rel="icon" href="data:image/x-icon;base64,AA" />
4936
</head>
5037
<body>

0 commit comments

Comments
 (0)