Skip to content

Commit

Permalink
resolve pubish game
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-pages committed May 27, 2024
1 parent 09c6770 commit 572aaaf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/controllers/game.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import type { JSONSchemaType } from 'ajv';
import type { NextFunction, Request, Response } from 'express';

import type { ActivityContent, AnyData } from '../entities/activity';
import { Activity, ActivityStatus } from '../entities/activity';
import type { ActivityContent, AnyData } from '../../types/activity.type';
import { ActivityStatus } from '../../types/activity.type';
import { Activity } from '../entities/activity';
import { Game } from '../entities/game';
import { GameResponse } from '../entities/gameResponse';
import { UserType } from '../entities/user';
Expand Down

0 comments on commit 572aaaf

Please sign in to comment.