moving unmute to external

This commit is contained in:
Seth Forsgren 2022-12-14 00:54:26 -08:00
parent a8c5a86e88
commit 020f332f7e
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
"use strict";
/**
* @file unmute.ts
* Source: https://github.com/swevans/unmute
* @author Spencer Evans evans.spencer@gmail.com
*
* unmute is a disgusting hack that helps..

View File

@ -1,5 +1,5 @@
import { useRouter } from "next/router";
import { unmute } from "../public/unmute";
import { unmute } from "../external/unmute";
import { useCallback, useEffect, useState } from "react";
import * as Tone from "tone";