feat: improve lecture ui design

This commit is contained in:
swve 2023-01-15 16:35:42 +01:00
parent 2fc9d90e9f
commit 81aead7611
4 changed files with 14 additions and 9 deletions

View file

@ -1,7 +1,6 @@
"use client";
import "../styles/globals.css";
import StyledComponentsRegistry from "../components/lib/styled-registry";
import { Menu } from "../components/UI/Elements/Menu";
import { motion } from "framer-motion";
export default function RootLayout({ children }: { children: React.ReactNode }) {