We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1995d commit b070884Copy full SHA for b070884
app/components/repos.gts
@@ -3,6 +3,7 @@ import { tracked } from 'tracked-built-ins';
3
import { action } from '@ember/object';
4
import { on } from '@ember/modifier';
5
import { fn } from '@ember/helper';
6
+import { type FilterArgs } from 'dealfront/components/repos/types';
7
import { type Repository } from 'dealfront/controllers/application';
8
import ReposFilter from './repos/filter';
9
import ResetFilters from 'dealfront/modifiers/reset-filters';
0 commit comments