Add search component

This commit is contained in:
Hazem Krimi
2021-04-07 23:21:06 +01:00
parent c54ccf7f28
commit 0b63f6798f
3 changed files with 11 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
import styled from 'styled-components';
export const Wrapper = styled.div``;