Skip to content

Commit b0c3673

Browse files
committed
cleanup some deps
1 parent 50c193e commit b0c3673

File tree

5 files changed

+8450
-13650
lines changed

5 files changed

+8450
-13650
lines changed

app/root.res

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,20 @@ let default = () => {
3131
let (isOverlayOpen, setOverlayOpen) = React.useState(_ => false)
3232
<html>
3333
<head>
34+
// TODO RR7: I think this fixes the issues?
35+
<Links />
36+
3437
// This is to prevent FOUC (flash of unstyled content)
3538
// This line has to be above everything else
3639
// <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
3744

45+
// <link rel="stylesheet" href="./styles/main.css" />
46+
// <link rel="stylesheet" href="./styles/utils.css" />
47+
// <link rel="stylesheet" href="./styles/_hljs.css" />
3848
<link rel="icon" href="data:image/x-icon;base64,AA" />
3949
</head>
4050
<body>

0 commit comments

Comments
 (0)