mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 23:34:38 +08:00
feat: replace require with import 7/n
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const dayjs = require('dayjs');
|
||||
import dayjs from 'dayjs';
|
||||
import { constructTopicEntry } from './utils';
|
||||
|
||||
export default async (ctx) => {
|
||||
|
||||
Reference in New Issue
Block a user