removed unused import

This commit is contained in:
Noah Swerhun 2023-08-30 22:22:49 -05:00
parent 651758570d
commit 3b935e59df

View file

@ -1,5 +1,4 @@
import View from "@/components/View"; import View from "@/components/View";
import { Verify } from "crypto";
import Link from "next/link"; import Link from "next/link";
const ArtsForPatients = () => { const ArtsForPatients = () => {