Fix 'dayjs' is never used warning

pull/2266/head
Adam Stachowicz 2 years ago
parent 9e81fe120f
commit 134b3b8ac1

@ -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