Skip to content

Commit

Permalink
feat: Add complete tutorial example
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanensi committed Jun 24, 2024
1 parent 77fca6e commit 2625369
Show file tree
Hide file tree
Showing 17 changed files with 2,612 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/tutorial/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React Router - Tutorial</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading

0 comments on commit 2625369

Please sign in to comment.