Skip to content

Commit

Permalink
Remove calendar-event.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbatiste committed Sep 25, 2024
1 parent 3ac4b13 commit ac0df39
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 41 deletions.
39 changes: 0 additions & 39 deletions components/calendar/calendar-event.js

This file was deleted.

1 change: 0 additions & 1 deletion components/calendar/demo/calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<script type="module">
import '../../demo/demo-page.js';
import '../calendar.js';
import '../calendar-event.js';

window._allEvents = [
{ date: '2024-08-21' },
Expand Down
1 change: 0 additions & 1 deletion components/calendar/test/calendar.vdiff.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import '../calendar.js';
import '../calendar-event.js';
import { clickElem, expect, fixture, focusElem, html, sendKeys, sendKeysElem } from '@brightspace-ui/testing';
import sinon from 'sinon';

Expand Down

0 comments on commit ac0df39

Please sign in to comment.