Skip to content

Commit

Permalink
Removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
clr-li committed May 3, 2024
1 parent 264e233 commit 5a1a333
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions public/calendar.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { GET, PUT, sendEmail } from './util/Client.js';
import { requireLogin, getCurrentUser } from './util/Auth.js';
import { GET, PUT } from './util/Client.js';
import { requireLogin } from './util/Auth.js';
import { sanitizeText } from './util/util.js';
import { Popup } from './components/Popup.js';
const $ = window.$;
const user = await getCurrentUser();
await requireLogin();

$('#calendar').evoCalendar();
Expand Down

0 comments on commit 5a1a333

Please sign in to comment.