refactor: rewrite and expand mock data into modular files
This commit is contained in:
@@ -13,7 +13,7 @@ import { Button } from "@/components/ui/button"
|
||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"
|
||||
import { Input } from "@/components/ui/input"
|
||||
import { Separator } from "@/components/ui/separator"
|
||||
import { mockTransactions, walletBalance } from "@/lib/mock-data"
|
||||
import { mockTransactions, walletBalance } from "@/lib/mock"
|
||||
import { useAuthStore } from "@/store/auth"
|
||||
|
||||
const typeLabels: Record<string, string> = {
|
||||
|
||||
Reference in New Issue
Block a user