mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
fix(FE-188): rename to ExpenseRequestForm
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
import ExpenseForm from '@/components/pages/expense/form/ExpenseForm';
|
import ExpenseRequestForm from '@/components/pages/expense/form/ExpenseRequestForm';
|
||||||
|
|
||||||
const AddExpense = () => {
|
const AddExpense = () => {
|
||||||
return (
|
return (
|
||||||
<div className='w-full p-4 flex flex-row justify-center'>
|
<div className='w-full p-4 flex flex-row justify-center'>
|
||||||
<ExpenseForm />
|
<ExpenseRequestForm />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user