chore: format code & add format tools.

This commit is contained in:
jaywcjlove
2022-09-02 22:45:28 +08:00
parent 6da12fcb10
commit d007e11f20
12 changed files with 157 additions and 85 deletions

View File

@@ -4,8 +4,7 @@ import '@wcj/dark-mode';
import { ReactComponent as LogoIcon } from '../assets/logo.svg';
import { ReactComponent as GithubIcon } from '../assets/github.svg';
const Warpper = styled.div`
`;
const Warpper = styled.div``;
const Header = styled.header`
display: flex;
@@ -27,7 +26,7 @@ const Logo = styled(LogoIcon)`
`;
const Title = styled.h1`
font-size: 1.0rem;
font-size: 1rem;
margin: 0;
display: flex;
align-items: center;
@@ -77,4 +76,4 @@ export function Layout() {
<Outlet />
</Warpper>
);
}
}