Files
unicorn-utterances/content/blog/what-are-react-server-actions/react-form-action/index.html
2023-12-20 01:30:42 -08:00

10 lines
162 B
HTML

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