Fix Unused Import

Co-authored-by: mrjvs <mistrjvs@gmail.com>
This commit is contained in:
William Oldham
2023-11-04 13:28:28 +00:00
parent af00b0bfee
commit 94954f56b8

View File

@@ -1,11 +1,4 @@
import { import { Entity, PrimaryKey, Property, Unique, types } from '@mikro-orm/core';
Entity,
Index,
PrimaryKey,
Property,
Unique,
types,
} from '@mikro-orm/core';
import { nanoid } from 'nanoid'; import { nanoid } from 'nanoid';
export type UserProfile = { export type UserProfile = {