fix broken imports
This commit is contained in:
parent
30fa1aaca1
commit
400efff3a1
2 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Dispatch, ReactElement, SetStateAction } from "react";
|
||||
import logo from "../../artwork/logo-playful.svg";
|
||||
import logo from "../../../artwork/logo-playful.svg";
|
||||
|
||||
export function About(props: {setModal: Dispatch<SetStateAction<ReactElement|null>>}) {
|
||||
return <div style={{maxWidth: '500px', padding: 4}}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue