1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 14:35:26 +02:00

not module

This commit is contained in:
Taly 2022-07-05 18:01:59 +03:00
parent 5177227d1c
commit bcfef10df4
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ export default class Page {
* @return {Promise<TableOfContent>}
*/
async createTableOfContent() {
const { default: TableOfContent } = await import(/* webpackChunkName: "table-of-content" */ './table-of-content');
const { default: TableOfContent } = await import(/* webpackChunkName: "table-of-content" */ '../classes/table-of-content');
return new TableOfContent({
tagSelector: