We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bda48 commit 980ef75Copy full SHA for 980ef75
web/src/Playground.tsx
@@ -31,7 +31,6 @@ import {
31
guessDocumentLanguage,
32
} from "./lib/utils";
33
import ShareDialog, { ShareDialogHandle } from "./components/ShareDialog";
34
-import { Loader2Icon, ShareIcon } from "lucide-react";
35
import { parse as yamlParse } from "yaml";
36
37
const Link = ({ children, href }: { children: ReactNode; href: string }) => (
0 commit comments