change directory name

This commit is contained in:
haerong22
2021-07-14 21:57:27 +09:00
parent ef019cde62
commit 1259597ea4
93 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import styled from 'styled-components';
const Title = styled.h1`
font-size: 1.5em;
text-align: center;
color: palevioletred;
`;
export { Title };