Files
2024-01-13 18:21:41 -08:00

10 lines
198 B
HTML

<html>
<head>
<title>React Comp Ref Intro - Example #65 - FFG Fundamentals</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>