fix waline require

This commit is contained in:
Nofated095 2023-11-30 18:46:18 +08:00
parent d2cb95820d
commit 0eb6d6401d
3 changed files with 2 additions and 2 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.

View File

@ -1,6 +1,6 @@
{
"name": "hexo-theme-amane",
"version": "0.0.39",
"version": "0.0.40",
"author": "Nofated095 <nofated095@users.noreply.github.com>",
"license": "MIT",
"description": "A simple, delicate, and modern theme for Hexo",