diff --git a/src/components/Select/types.ts b/src/components/Select/types.ts index 7f633e1..b879850 100644 --- a/src/components/Select/types.ts +++ b/src/components/Select/types.ts @@ -1,4 +1,4 @@ export type OptionsType = { value: string, name: string, -} \ No newline at end of file +}