Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
lynhan318 committed Apr 2, 2024
1 parent ea1030f commit b2273fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import {setContext} from 'svelte';
import type {Editor} from '@tiptap/core';
import {EditorTheme} from '$lib';
import EditorTheme from '$lib/EditorTheme.svelte';
import Devtool from './$components/Devtool.svelte';
Expand Down

0 comments on commit b2273fb

Please sign in to comment.