feat: init element ui design

This commit is contained in:
swve 2023-01-13 18:45:56 +01:00
parent af8542069f
commit 26e077eed4
4 changed files with 124 additions and 18 deletions

View file

@ -1,12 +1,12 @@
import "../styles/globals.css";
import StyledComponentsRegistry from "../services/lib/styled-registry";
export default function RootLayout({ children }: { children: React.ReactNode }) {
return (
<html>
<html className="" lang="en">
<head />
<body>
{" "}
<StyledComponentsRegistry>{children}</StyledComponentsRegistry>
</body>
</html>