chore: refactor components

This commit is contained in:
swve 2023-04-08 15:54:02 +02:00
parent ca5110e4f7
commit d6289edb29
21 changed files with 13 additions and 165 deletions

View file

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