fix: rebase

This commit is contained in:
Kieran 2023-01-20 12:03:39 +00:00
parent 980292246b
commit d2bb5bac54
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -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(() => {