Update waline.jsx

This commit is contained in:
Nofated 2022-09-18 10:54:44 +08:00 committed by GitHub
parent 19f497b38e
commit dcd16e9846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
* @module view/comment/waline
*/
const { Component } = require('inferno');
const { cacheComponent } = require('../../util/cache');
const { cacheComponent } = require('hexo-component-inferno/lib/util/cache');
/**
* Waline comment JSX component.