Skip to content

Commit

Permalink
Correct a typo and Clarify an incorrect import (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinz88 authored Nov 15, 2024
1 parent 9a57158 commit b6d2a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/tutorials/how_to_with_npm/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export default function Dinosaur() {
### Styling the list of dinosaurs
Since we are displaying the list of dinosaurs on the main page, let's do som
Since we are displaying the list of dinosaurs on the main page, let's do some
basic formatting. Add the following to the bottom of `src/App.css` to display
our list of dinosaurs in an orderly fashion:
Expand Down Expand Up @@ -366,7 +366,7 @@ middleware:
import { Application, Router } from "@oak/oak";
import { oakCors } from "@tajpouria/cors";
import data from "./data.json" with { type: "json" };
import routeStaticFilesFrom from "./util/routeStaticFilesFrom.ts";
import routeStaticFilesFrom from "./api/routeStaticFilesFrom.ts";

const router = new Router();

Expand Down

0 comments on commit b6d2a9d

Please sign in to comment.