fix: add styled registry

This commit is contained in:
swve 2023-01-14 01:39:49 +01:00
parent 88dc060bae
commit 2fc9d90e9f
3 changed files with 31 additions and 2 deletions

View file

@ -1,6 +1,6 @@
"use client";
import "../styles/globals.css";
import StyledComponentsRegistry from "../services/lib/styled-registry";
import StyledComponentsRegistry from "../components/lib/styled-registry";
import { Menu } from "../components/UI/Elements/Menu";
import { motion } from "framer-motion";