docs: add more about theme providing

This commit is contained in:
Corbin Crutchley
2023-12-18 03:07:37 -08:00
parent ac5ccbd7e7
commit 5e1d2a43bc
18 changed files with 2143 additions and 1096 deletions

View File

@@ -0,0 +1,9 @@
<html>
<head>
<title>React Theme Cache</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>