Add category creation page

This commit is contained in:
Hazem Krimi
2021-05-21 22:41:23 +01:00
parent 16f70e37f5
commit f9ea0a4abe
2 changed files with 200 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import styled from 'styled-components';
export const Wrapper = styled.div`
padding: 35px 45px 35px 120px;
`;