Skip to content

Commit ceabbec

Browse files
committed
[docs] Fix specs import
1 parent 9e9ac90 commit ceabbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs2/src/content/docs/themes/_demo-schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { createMatrix, fromMatrix } from "@json-table/core/block-matrix";
44
import { makeBlockFactory } from "@json-table/core/json-to-table";
55
import { blockToHTML } from "@json-table/core/block-to-html";
66

7-
import { s } from "theme-testing/demo";
7+
import { s } from "theme-testing/specs";
88

99
import { THEME_PACKAGES, type Theme } from "@/shared";
1010

0 commit comments

Comments
 (0)