Skip to content

Commit

Permalink
idek
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmoose committed Mar 11, 2024
1 parent 29747ee commit bc2af6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/newsFeedPage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
import React from 'react';
import NavBar from '../../components/userComponents/navBar/navBar';

/**
*
*/
function App() {
return (
<div style={{ backgroundColor: '#ebf0e4', height: '100vh' }}>
Expand Down

0 comments on commit bc2af6b

Please sign in to comment.