fix bug
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import Soundboard from '@/components/Soundboard';
|
||||
import { Metadata } from 'next';
|
||||
import { Rubik } from 'next/font/google';
|
||||
import Script from 'next/script';
|
||||
const rubik = Rubik({
|
||||
subsets: ['latin'],
|
||||
})
|
||||
@@ -22,6 +23,7 @@ export default function Home() {
|
||||
<div className={`flex flex-col items-center justify-center px-4 py-16 gap-16 ${rubik.className}`}>
|
||||
<h1 className="text-4xl font-bold text-center">Doyle Gammill Soundboard</h1>
|
||||
<Soundboard/>
|
||||
<Script src="/fixhowler.js" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user