Sửa lỗi backend để chạy phần đăng ký
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import React, { useState, useMemo } from 'react';
|
||||
import { Wallet, Users, Info } from 'lucide-react';
|
||||
import { useTourStore } from './useTourStore';
|
||||
import { useTourStore } from './useTourStore.js';
|
||||
|
||||
export const ExpenseManager = () => {
|
||||
const { legs } = useTourStore();
|
||||
|
||||
Reference in New Issue
Block a user