Skip to content

Commit

Permalink
Fix: Rename managerSquad.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinMusiku committed Sep 22, 2023
1 parent e7a921c commit e3bbf01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/manager.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ManagerHistory } from './managerHistory'
import { ManagerSquad } from './ManagerSquad'
import { ManagerSquad } from './managerSquad'

export type Manager = {
id: number
Expand Down
File renamed without changes.

0 comments on commit e3bbf01

Please sign in to comment.