Files
Corbin Crutchley 51f6810f51 docs: change slug
2023-12-18 13:55:30 -08:00

10 lines
174 B
HTML

<html>
<head>
<title>React Suspense Error Boundary</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>