Add template creation page

This commit is contained in:
Hazem Krimi
2021-05-30 02:34:09 +01:00
parent 3dc2aba790
commit ad1bd12660
2 changed files with 829 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;
`;