Remove redundant exports from gym-set.ts
This commit is contained in:
parent
857af61eec
commit
7e764062f4
|
@ -1,9 +1,5 @@
|
|||
import { Column, Entity, PrimaryGeneratedColumn } from "typeorm";
|
||||
|
||||
export const GYM_SET_UPDATED = "gym-set-updated";
|
||||
export const GYM_SET_DELETED = "gym-set-deleted";
|
||||
export const GYM_SET_CREATED = "gym-set-created";
|
||||
|
||||
@Entity("sets")
|
||||
export default class GymSet {
|
||||
@PrimaryGeneratedColumn()
|
||||
|
|
Loading…
Reference in New Issue
Block a user