Spaces:
Build error
Build error
fix: load ShareProps from correct location
Browse files
src/components/Codepen.tsx
CHANGED
|
@@ -2,7 +2,7 @@ import IconButton from "@mui/material/IconButton";
|
|
| 2 |
import { wrappers } from "@/utils/share";
|
| 3 |
import Tooltip from "@mui/material/Tooltip";
|
| 4 |
import { CodepenIcon } from "@/components/CodepenIcon";
|
| 5 |
-
import { ShareProps } from "
|
| 6 |
import { prettify } from "@/utils";
|
| 7 |
|
| 8 |
export function Codepen({ title, content }: ShareProps) {
|
|
|
|
| 2 |
import { wrappers } from "@/utils/share";
|
| 3 |
import Tooltip from "@mui/material/Tooltip";
|
| 4 |
import { CodepenIcon } from "@/components/CodepenIcon";
|
| 5 |
+
import { ShareProps } from "@/components/GameCreator";
|
| 6 |
import { prettify } from "@/utils";
|
| 7 |
|
| 8 |
export function Codepen({ title, content }: ShareProps) {
|