Add Missing "../"

This commit is contained in:
Sam Poder 2023-08-12 02:36:00 -04:00 committed by Yoda
parent 45a8820be6
commit 05d7341747

View file

@ -4,7 +4,7 @@ import Head from 'next/head'
import ForceTheme from '../../../components/force-theme'
import Nav from '../../../components/nav'
import Footer from '../../../components/footer'
import MSparkles from '../../components/sparkles/money'
import MSparkles from '../../../components/sparkles/money'
import { Text, Button, Card } from 'theme-ui'
import Icon from '@hackclub/icons'
import OrganizationCard from '../../../components/bank/directory/card'