Skip to content

Commit b070884

Browse files
committed
fix: linting errors - take 3
1 parent 6e1995d commit b070884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/repos.gts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { tracked } from 'tracked-built-ins';
33
import { action } from '@ember/object';
44
import { on } from '@ember/modifier';
55
import { fn } from '@ember/helper';
6+
import { type FilterArgs } from 'dealfront/components/repos/types';
67
import { type Repository } from 'dealfront/controllers/application';
78
import ReposFilter from './repos/filter';
89
import ResetFilters from 'dealfront/modifiers/reset-filters';

0 commit comments

Comments
 (0)