fix broken imports

This commit is contained in:
Joeri Exelmans 2025-10-25 23:31:36 +02:00
parent 30fa1aaca1
commit 400efff3a1
2 changed files with 6 additions and 6 deletions

View file

@ -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}}>