Skip to content

Commit

Permalink
fix: update Inkline import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Jun 15, 2023
1 parent f70be7c commit 8ccdb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/nuxt.ejs
@@ -1,6 +1,6 @@
import { defineNuxtPlugin, defineNuxtLink } from '#app';
import { markRaw } from 'vue';
import { Inkline } from '@inkline/inkline/plugin';
import { Inkline } from '@inkline/inkline';
import { colorModeLocalStorageKey } from '@inkline/inkline/plugins';

export default defineNuxtPlugin((nuxtApp) => {
Expand Down

0 comments on commit 8ccdb1f

Please sign in to comment.