This commit is contained in:
Husni Ailatat 2025-12-06 09:23:21 +07:00
parent 60d701ec00
commit 62bc47672f
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
import { Box } from "lucide-react";
import Box from "@/Components/Atoms/Box";
export default function Dashboard(){
return (

View File

@ -1,4 +1,4 @@
import { Box } from "lucide-react";
import Box from "@/Components/Atoms/Box";
export default function Account(){
return (

View File

@ -1,4 +1,4 @@
import { Box } from "lucide-react";
import Box from "@/Components/Atoms/Box";
export default function Explore(){
return (

View File

@ -1,4 +1,4 @@
import { Box } from "lucide-react";
import Box from "@/Components/Atoms/Box";
export default function Login(){
return (

View File

@ -1,4 +1,4 @@
import { Box } from "lucide-react";
import Box from "@/Components/Atoms/Box";
export default function Register(){
return (