Skip to content

Commit

Permalink
chore(examples): fix styling in theme-ui example
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybrown committed Aug 7, 2022
1 parent 45e51e2 commit 8151fb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/theme-ui/app/routes/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/** @jsx jsx */
import { jsx } from "@theme-ui/core";
import { Link } from "@remix-run/react";

export default function Index() {
Expand Down
2 changes: 2 additions & 0 deletions examples/theme-ui/app/routes/jokes.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/** @jsx jsx */
import { jsx } from "@theme-ui/core";
import { Link } from "@remix-run/react";

export default function Jokes() {
Expand Down

0 comments on commit 8151fb9

Please sign in to comment.