From a4a1c456e0788ca52261efb38ff3998710a42a59 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 17 Apr 2021 13:08:48 +0300 Subject: feat: add Filters to Page --- src/components/Select.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/Select.tsx') diff --git a/src/components/Select.tsx b/src/components/Select.tsx index 6b04e20..e65f8c4 100644 --- a/src/components/Select.tsx +++ b/src/components/Select.tsx @@ -34,4 +34,5 @@ const SelectBase: React.FC = ({ label, options, ...props }) => { const Select: React.FC = props => ; +export { SelectBase }; export default Select; -- cgit v1.2.3