mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-20 21:24:44 -05:00
Merge pull request #2266 from Saibamen/fix_linters
Fix 'dayjs' is never used warning
This commit is contained in:
commit
b115d3f8b9
@ -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…
Reference in New Issue
Block a user