Fix more build errors
This commit is contained in:
parent
1bdc1e60db
commit
30ce47826f
61 changed files with 1161 additions and 541 deletions
|
|
@ -1,7 +1,8 @@
|
|||
import { FC } from "react";
|
||||
import { Button } from "@material-ui/core";
|
||||
import { signIn, signOut, useSession } from "next-auth/react";
|
||||
|
||||
export default function myComponent() {
|
||||
const MyComponent: FC = () => {
|
||||
const { data: session } = useSession();
|
||||
|
||||
return (
|
||||
|
|
@ -24,4 +25,6 @@ export default function myComponent() {
|
|||
)}
|
||||
</>
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
export default MyComponent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue