Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnafnafee committed Feb 28, 2022
1 parent 2e9abd0 commit f8b8418
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 28 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ yarn-error.log*
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.production.local

# Custom
/.vscode/
27 changes: 0 additions & 27 deletions pages/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,37 +39,10 @@ function AuthPage(props) {
<SignUp />
</CustomTabPanel>
</TabsUnstyled>
{/* <TabContext value={value}>
<Box sx={{ borderBottom: 1, borderColor: "divider" }}>
<TabList onChange={handleChange} aria-label="Auth Tab">
<Tab label="Login" value="1" />
<Tab label="Sign Up" value="2" />
</TabList>
</Box>
<TabPanel value="1">
<SignIn />
</TabPanel>
<TabPanel value="2">
<SignUp />
</TabPanel>
</TabContext> */}
</Container>
);
}

// function SignUp(props) {
// return (
// <Box sx={{ my: 4 }}>
// <Typography variant="h4" component="h1" gutterBottom>
// Next.js example
// </Typography>
// <Button variant="contained" component={Link} noLinkStyle href="/">
// Go to the main page
// </Button>
// </Box>
// );
// }

export async function getServerSideProps(context) {
const res = await fetch("https://api.github.com/repos/vercel/next.js");
const json = await res.json();
Expand Down
Binary file added public/images/bookworm-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f8b8418

Please sign in to comment.