Split company show into ui/business + fix eslint

This commit is contained in:
Félix Malfait
2023-07-08 14:18:18 +02:00
parent 43fae8b638
commit c6a3c211e4
17 changed files with 225 additions and 229 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Args, Mutation, Resolver, Query } from '@nestjs/graphql';
import { Args, Mutation, Resolver } from '@nestjs/graphql';
import { AuthTokens } from './dto/token.entity';
import { TokenService } from './services/token.service';
import { RefreshTokenInput } from './dto/refresh-token.input';