Skip to content

Commit

Permalink
blog: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Aug 5, 2024
1 parent fedcd14 commit ce81284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/release-032.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Primate handlers now use paths instead of named exports.

```js caption=routes/index.js
// previously `import { view } from "primate";`
import view from "@primate/handler/view";
import view from "primate/handler/view";

export default {
get() {
Expand Down

0 comments on commit ce81284

Please sign in to comment.