update init student,
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
// empty valur for customer
|
||||
|
||||
import { dayjs } from '@/lib/dayjs';
|
||||
import type { Customer } from './type.d';
|
||||
import type { Student } from './type.d';
|
||||
|
||||
export const defaultCustomer: Customer = {
|
||||
export const defaultStudent: Student = {
|
||||
id: '',
|
||||
name: '',
|
||||
avatar: undefined,
|
||||
@@ -16,6 +16,6 @@ export const defaultCustomer: Customer = {
|
||||
createdAt: dayjs().toDate(),
|
||||
};
|
||||
|
||||
export const emptyLpCategory: Customer = {
|
||||
...defaultCustomer,
|
||||
export const emptyLpCategory: Student = {
|
||||
...defaultStudent,
|
||||
};
|
||||
|
Reference in New Issue
Block a user