Skip to content

Commit

Permalink
fix(demo): remove inapt prop
Browse files Browse the repository at this point in the history
  • Loading branch information
theisel committed May 4, 2023
1 parent 53b0937 commit ce34bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/components/counter/JsxCounter.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Counter } from "./Counter";
export type Props = $;
const props = Astro.props;
const { isInline, yikes } = props;
const { isInline } = props;
---

{
Expand Down

0 comments on commit ce34bbb

Please sign in to comment.