diff --git a/src/Element/TidalEmbed.tsx b/src/Element/TidalEmbed.tsx index 6a84205..49be682 100644 --- a/src/Element/TidalEmbed.tsx +++ b/src/Element/TidalEmbed.tsx @@ -1,5 +1,5 @@ import { useEffect, useMemo } from "react"; -import { TidalRegex } from "../Const"; +import { TidalRegex } from "Const"; const TidalEmbed = ({ link }: { link: string }) => { const data = useMemo(() => {