feat(music-visualizer): placeholder ui

This commit is contained in:
Pihkaal
2024-01-22 11:52:43 +01:00
parent e6be8ef1c9
commit 0e215d1d53

View File

@@ -0,0 +1,5 @@
import { type FunctionComponent } from "react";
export const MusicVisualizer: FunctionComponent = () => (
<div className="h-full w-full bg-red-500"></div>
);