finshing architecture for project now we have all layers to build profitionl project app,components ,hooks ,lib,services,styel ,types
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
// نقطة الدخول — تحقق من الجلسة وتوجيه المستخدم
|
||||
// ─────────────────────────────────────────────
|
||||
import { useState, useEffect, useCallback } from "react";
|
||||
import { loadSession, type ClientSession } from "@/src/utils/helperFun";
|
||||
import RegisterStep from "../../src/Components/Client/client";
|
||||
import DashboardStep from "../../src/Components/Order/order";
|
||||
import Logo from "@/src/utils/logo";
|
||||
import { loadSession, type ClientSession } from "@/utils/helperFun";
|
||||
import RegisterStep from "../../Components/Client/client";
|
||||
import DashboardStep from "../../Components/Order/order";
|
||||
import Logo from "@/utils/logo";
|
||||
|
||||
type Step = "bootstrap" | "register" | "dashboard";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user