Skip to content

Commit

Permalink
build: ensure demo app points to local Puck
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Oct 31, 2023
1 parent 5bfbc5b commit 2faf90d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/demo/app/[...puckPath]/client.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"use client";

import { Data, resolveData } from "@measured/puck";
import { Data } from "@measured/puck/types/Config";
import { resolveData } from "@measured/puck/lib/resolve-data";
import { Puck } from "@measured/puck/components/Puck";
import { Render } from "@measured/puck/components/Render";
import { useEffect, useState } from "react";
Expand Down

0 comments on commit 2faf90d

Please sign in to comment.