Removed unused import

This commit is contained in:
ADecametre
2025-01-27 23:10:29 -05:00
parent 809551d0f8
commit 73b423030f

View File

@ -1,4 +1,3 @@
import { sanitize } from "@reactive-resume/utils";
import { useEffect, useMemo } from "react";
import { Helmet } from "react-helmet-async";
import { Outlet } from "react-router";