Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cfortuner authored Aug 10, 2023
1 parent 55ceb62 commit dc09efc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import Chat from "../components/Chat/Chat";
import SmileyFace from '../components/SmileyFace';
import { chatUserIdAtom } from "./_app";

// Added unused variable foo
const foo = 'foo';

const Home: NextPage = () => {
console.log("Loggin home page");
const userId = useAtomValue(chatUserIdAtom);
Expand Down

0 comments on commit dc09efc

Please sign in to comment.