Skip to content

Commit

Permalink
Update Issues.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Sep 27, 2022
1 parent b6459f4 commit 27f232e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions sandpack-react/src/Issues.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { vim } from "@replit/codemirror-vim";
import { useState } from "react";

import {
Expand All @@ -14,19 +13,6 @@ export default {
title: "Bug reports/Issues",
};

export const Issue576 = (): JSX.Element => {
return (
<Sandpack
options={{
codeEditor: {
extensions: [vim()],
},
}}
template="react"
/>
);
};

export const Issue482 = (): JSX.Element => {
const [hidden, setHidden] = useState(false);

Expand Down

0 comments on commit 27f232e

Please sign in to comment.