mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: init element ui design
This commit is contained in:
parent
af8542069f
commit
26e077eed4
4 changed files with 124 additions and 18 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue