Skip to content

Commit a6f5cc3

Browse files
authored
Update ProfilePage.tsx
1 parent ac0fe37 commit a6f5cc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/components/pages/ProfilePage.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from "react";
22
import { Text } from "@chakra-ui/react";
33
import NavBar from "../common/navbar/NavBar";
4+
import Logout from "../auth/Logout";
45

56
const ProfilePage = (): React.ReactElement => {
67
return (
@@ -9,6 +10,7 @@ const ProfilePage = (): React.ReactElement => {
910
<Text textStyle="h3" mt={{ base: "6.375rem", md: "9.375rem" }}>
1011
Profile Page 🫨
1112
</Text>
13+
<Logout />
1214
</div>
1315
);
1416
};

0 commit comments

Comments
 (0)