Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Oct 14, 2024
1 parent 1d0ca68 commit de365ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vuepress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {navbar} from './navbar';
import {sidebar} from './sidebar';
import * as path from 'path';
import {PageOptions} from '@vuepress/core';
import defaultTheme from '@vuepress/theme-default';
import {defaultTheme} from '@vuepress/theme-default';
import webpackBundler from '@vuepress/bundler-webpack';
import * as DefinePlugin from 'webpack/lib/DefinePlugin.js';
import {googleAnalyticsPlugin} from '@vuepress/plugin-google-analytics';
Expand Down

0 comments on commit de365ea

Please sign in to comment.