chore: contact us module
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Column, Entity } from "typeorm";
|
||||
import { BaseEntity } from "../../../common/entities/base.entity";
|
||||
|
||||
@Entity()
|
||||
export class Notification extends BaseEntity {
|
||||
@Column({ type: "" })
|
||||
}
|
||||
Reference in New Issue
Block a user