mirror of
https://github.com/sussy-code/backend.git
synced 2026-01-11 20:10:18 +00:00
Fix Unused Import
Co-authored-by: mrjvs <mistrjvs@gmail.com>
This commit is contained in:
parent
af00b0bfee
commit
94954f56b8
1 changed files with 1 additions and 8 deletions
|
|
@ -1,11 +1,4 @@
|
|||
import {
|
||||
Entity,
|
||||
Index,
|
||||
PrimaryKey,
|
||||
Property,
|
||||
Unique,
|
||||
types,
|
||||
} from '@mikro-orm/core';
|
||||
import { Entity, PrimaryKey, Property, Unique, types } from '@mikro-orm/core';
|
||||
import { nanoid } from 'nanoid';
|
||||
|
||||
export type UserProfile = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue