Update
This commit is contained in:
11
resources/js/pages/home/home.tsx
Normal file
11
resources/js/pages/home/home.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import Editor from "@/modules/editor/editor";
|
||||
|
||||
const Home = () => {
|
||||
return (
|
||||
<div class="bg-neutral-50 h-screen">
|
||||
<Editor />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Home;
|
||||
@@ -8,7 +8,7 @@ export default function Welcome() {
|
||||
<>
|
||||
<Head title="Welcome">
|
||||
<link rel="preconnect" href="https://fonts.bunny.net" />
|
||||
<link href="https://fonts.bunny.net/css?family=instrument-sans:400,500,600" rel="stylesheet" />
|
||||
<link href="https://fonts.bunny.net/css?family=bungee:400|lato:300,400,700" rel="stylesheet" />
|
||||
</Head>
|
||||
<div className="flex min-h-screen flex-col items-center bg-[#FDFDFC] p-6 text-[#1b1b18] lg:justify-center lg:p-8 dark:bg-[#0a0a0a]">
|
||||
<header className="mb-6 w-full max-w-[335px] text-sm not-has-[nav]:hidden lg:max-w-4xl">
|
||||
|
||||
Reference in New Issue
Block a user