introducing redux and fixing stuff

This commit is contained in:
2022-03-23 01:53:45 +01:00
parent c6bef04c73
commit 66a61d4cf9
29 changed files with 567 additions and 188 deletions

View File

@@ -0,0 +1,5 @@
import styled from "styled-components";
export const CardWrapper = styled.div`
padding: 10px;
`;