Add styles to empty pages
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Container from "../../components/Container";
|
||||
|
||||
const Test = () => {
|
||||
return <Container>This will be the test page</Container>;
|
||||
return <Container css={{ py: "$10" }}>This will be the test page</Container>;
|
||||
};
|
||||
|
||||
export default Test;
|
||||
|
||||
Reference in New Issue
Block a user