➕ add next top loader
add new depedencies to create loading bar on top every page
This commit is contained in:
12
app/(clean)/sign-up/page.tsx
Normal file
12
app/(clean)/sign-up/page.tsx
Normal file
@ -0,0 +1,12 @@
|
||||
import { Link } from "@heroui/react";
|
||||
import React from "react";
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>Hello world</h1>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default page;
|
||||
Reference in New Issue
Block a user