refactor: reached same app state using vite
This commit is contained in:
5
src/components/MusicVisualizer.tsx
Normal file
5
src/components/MusicVisualizer.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { type FunctionComponent } from "react";
|
||||
|
||||
export const MusicVisualizer: FunctionComponent = () => (
|
||||
<div className="h-full w-full bg-red-500"></div>
|
||||
);
|
||||
Reference in New Issue
Block a user