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:
parent
5177227d1c
commit
bcfef10df4
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue