type-route
Version:
The flexible, type safe routing library.
23 lines (21 loc) • 431 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Playground</title>
<style>
a {
margin: 10px;
display: inline-block;
}
div {
margin: 10px;
}
</style>
</head>
<body>
<body></body>
<script type="module" src="./playground.tsx"></script>
</body>
</html>