update
This commit is contained in:
parent
60d701ec00
commit
62bc47672f
@ -1,4 +1,4 @@
|
||||
import { Box } from "lucide-react";
|
||||
import Box from "@/Components/Atoms/Box";
|
||||
|
||||
export default function Dashboard(){
|
||||
return (
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { Box } from "lucide-react";
|
||||
import Box from "@/Components/Atoms/Box";
|
||||
|
||||
export default function Account(){
|
||||
return (
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { Box } from "lucide-react";
|
||||
import Box from "@/Components/Atoms/Box";
|
||||
|
||||
export default function Explore(){
|
||||
return (
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { Box } from "lucide-react";
|
||||
import Box from "@/Components/Atoms/Box";
|
||||
|
||||
export default function Login(){
|
||||
return (
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { Box } from "lucide-react";
|
||||
import Box from "@/Components/Atoms/Box";
|
||||
|
||||
export default function Register(){
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user