Skip to content

Commit

Permalink
fix: import moment
Browse files Browse the repository at this point in the history
It is being used, but not imported.
  • Loading branch information
ngm committed Mar 18, 2022
1 parent 73000d9 commit 03aec2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/components/DashboardYourGroups.vue
Expand Up @@ -86,6 +86,7 @@
</CollapsibleSection>
</template>
<script>
import moment from 'moment'
import DashboardGroup from './DashboardGroup'
import CollapsibleSection from './CollapsibleSection'
import DashboardEvent from './DashboardEvent'
Expand Down

0 comments on commit 03aec2e

Please sign in to comment.