Skip to content

Commit

Permalink
format frontend xD
Browse files Browse the repository at this point in the history
  • Loading branch information
markparonyan committed May 15, 2024
1 parent 586ed7f commit 61910a5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ function showTime() {
let sec = time.getSeconds();
}

export {Footer, user_is_logged_in, get_user, createChat}
export {Footer, user_is_logged_in, get_user, createChat}
2 changes: 1 addition & 1 deletion frontend/src/error-page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export default function ErrorPage() {
</p>
</div>
);
}
}
2 changes: 1 addition & 1 deletion frontend/src/routes/Chat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ export default function Chat() {
<Footer />
</div>
);
}
}
2 changes: 1 addition & 1 deletion frontend/src/routes/Root.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ export default function Root() {
{Root_render()}
</section>
)
}
}
2 changes: 1 addition & 1 deletion frontend/src/routes/Root2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ export default function Root2() {
{Root2_render()}
</section>
)
}
}
2 changes: 1 addition & 1 deletion frontend/src/routes/SignUp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ export default function SignUp() {
{Signup_render()}
</section>
)
}
}
2 changes: 1 addition & 1 deletion frontend/src/styles/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ a {
top: 0;
left: 0;
width: 100%;
}
}

0 comments on commit 61910a5

Please sign in to comment.