Remove redundant exports from gym-set.ts

This commit is contained in:
Brandon Presley 2023-11-21 10:16:17 +13:00
parent 857af61eec
commit 7e764062f4
1 changed files with 0 additions and 4 deletions

View File

@ -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()