feat: session list responsive

This commit is contained in:
Tristan Yang
2023-01-31 07:55:37 +08:00
parent f5aabee719
commit 8160c31b39
13 changed files with 70 additions and 157 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
import StyledWrapper from "./styled";
export default function NotFoundPage() {
return <StyledWrapper>404 page</StyledWrapper>;
return <div>404 page</div>;
}
-7
View File
@@ -1,7 +0,0 @@
import styled from "styled-components";
const StyledWrapper = styled.div`
display: flex;
`;
export default StyledWrapper;