feat: use new way to work with group sizes

This commit is contained in:
Pihkaal
2024-02-10 02:04:28 +01:00
parent 1d314d6a3d
commit 286dfefe71
3 changed files with 53 additions and 53 deletions

View File

@@ -1,7 +1,5 @@
import { BrowserRouter } from "react-router-dom";
import { MusicPlayer } from "./components/MusicPlayer";
import { MusicVisualizer } from "./components/MusicVisualizer";
import { Nvim } from "./components/Nvim/Nvim";
import { Kitty } from "./components/Kitty";
import { AppContextProvider } from "./context/AppContext";
import { Waybar } from "./components/Waybar/Waybar";
@@ -19,7 +17,7 @@ function App() {
<Kitty className="flex-1"></Kitty>
<div className="flex gap-3 h-[142px]">
<div className="flex h-[142px] gap-3">
<Kitty className="flex-1 select-none">
<MusicPlayer
title="Last Tango in Kyoto"