Skip to content

Commit

Permalink
refactor: extract findyIcon names into a constants file
Browse files Browse the repository at this point in the history
  • Loading branch information
keemsebin committed Nov 23, 2024
1 parent 6a1e188 commit 19470cc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/constants/findyIcons.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { IconName } from '@/assets/icons';

export const findyIconNames: IconName[] = [
'findy1',
'findy2',
'findy3',
'findy4',
'findy5',
'findy6',
'fidies',
];

0 comments on commit 19470cc

Please sign in to comment.