Skip to content

Commit

Permalink
forgot semicolon in server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
qcoral committed Aug 22, 2024
1 parent 7ebd8b2 commit ca41ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import guides from "./backend/pages/guides.js";
import gallery from "./backend/pages/gallery.js";
import landing from "./backend/pages/landing.js";
import docs from "./backend/pages/docs.js";
import submitting from "./backend/pages/submitting.js"
import submitting from "./backend/pages/submitting.js";

import signUpEmail from "./backend/api/signUpEmail.js";
import checkSignIn from "./backend/api/checkSignIn.js";
Expand Down

0 comments on commit ca41ad9

Please sign in to comment.