moving unmute to external
This commit is contained in:
parent
a8c5a86e88
commit
020f332f7e
|
@ -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..
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue