Merge pull request #2266 from Saibamen/fix_linters

Fix 'dayjs' is never used warning
pull/1964/head
Louis Lam 2 years ago committed by GitHub
commit b115d3f8b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,3 @@
const dayjs = require("dayjs");
const { BeanModel } = require("redbean-node/dist/bean-model");
/**

@ -3,8 +3,6 @@
</template>
<script>
import dayjs from "dayjs";
export default {
props: {
/** Value of date time */

Loading…
Cancel
Save