import UseActionState from "./use-action-state";
export default function SinglePageApplication() {
return (
<html lang="en">
<body>
<UseActionState />
</body>
</html>
);
}
import UseActionState from "./use-action-state";
export default function SinglePageApplication() {
return (
<html lang="en">
<body>
<UseActionState />
</body>
</html>
);
}