format everything

This commit is contained in:
Evan Simkowitz
2024-09-12 17:12:02 -07:00
parent 0f72c50f48
commit 9471355300
18 changed files with 305 additions and 305 deletions
+3 -3
View File
@@ -6,9 +6,9 @@ sidebar_position: 1
Add **Markdown or React** files to `src/pages` to create a **standalone page**:
- `src/pages/index.js``localhost:3000/`
- `src/pages/foo.md``localhost:3000/foo`
- `src/pages/foo/bar.js``localhost:3000/foo/bar`
* `src/pages/index.js``localhost:3000/`
* `src/pages/foo.md``localhost:3000/foo`
* `src/pages/foo/bar.js``localhost:3000/foo/bar`
## Create your first React Page