Skip to content

Commit

Permalink
fix: load ShareProps from correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed May 28, 2023
1 parent 4ca70d1 commit 904320b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Codepen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import IconButton from "@mui/material/IconButton";
import { wrappers } from "@/utils/share";
import Tooltip from "@mui/material/Tooltip";
import { CodepenIcon } from "@/components/CodepenIcon";
import { ShareProps } from "../pages";
import { ShareProps } from "@/components/GameCreator";
import { prettify } from "@/utils";

export function Codepen({ title, content }: ShareProps) {
Expand Down

0 comments on commit 904320b

Please sign in to comment.