Skip to content

Commit

Permalink
fix: Fixed type import
Browse files Browse the repository at this point in the history
  • Loading branch information
noahonyejese committed Oct 2, 2024
1 parent 00969f8 commit d6e6b2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/data.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { NoiseLevelsData, TeamMember } from './firebase';
import { NoiseLevelsData } from './firebase';
import { TeamMember } from './team-activity';

export interface FormtattedDataBaseType {
'team-communication': FormattedDataBase<TeamMember[]>;
Expand Down

0 comments on commit d6e6b2c

Please sign in to comment.