Skip to content

Commit 755dcc0

Browse files
committed
Use local import for example monarch config
1 parent e871ceb commit 755dcc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/monarch.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineConfig } from "monarch-kit";
1+
import { defineConfig } from "../lib";
22

33
export default defineConfig({
44
schemas: "schemas",

0 commit comments

Comments
 (0)