Skip to content

Commit

Permalink
small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanGrims committed Sep 15, 2024
1 parent 5a28e8c commit 4afc11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Answers, { loader as answersLoader } from "./admin/vote/Answers.jsx";
import Delete from "./admin/vote/Delete.jsx";
import Edit from "./admin/vote/Edit.jsx";
import Schedule, { loader as scheduleLoader } from "./admin/vote/Schedule.jsx";
import Share from "./admin/vote/share.jsx";
import Share from "./admin/vote/Share.jsx";

const Loader = () => (
<div className="loader-wrapper">
Expand Down

0 comments on commit 4afc11e

Please sign in to comment.