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,4 +1,4 @@
|
|||
|
||||
"use client";
|
||||
import React from "react";
|
||||
import Head from "next/head";
|
||||
import styled from "styled-components";
|
||||
|
|
@ -14,8 +14,6 @@ const Layout = (props: any) => {
|
|||
};
|
||||
|
||||
return (
|
||||
<html>
|
||||
<body>
|
||||
<AuthProvider>
|
||||
<ProjectPhaseLabel>🚧 Dev Phase</ProjectPhaseLabel>
|
||||
<Menu orgslug={props.orgslug}></Menu>
|
||||
|
|
@ -33,8 +31,6 @@ const Layout = (props: any) => {
|
|||
<p>LearnHouse © 2021 - {new Date().getFullYear()} - All rights reserved</p>
|
||||
</Footer>
|
||||
</AuthProvider>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue