Skip to content

Commit

Permalink
fix(create-mud): import SyncProgress from correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jan 21, 2025
1 parent d5f4e1e commit e8e5f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/react/packages/client/src/mud/Synced.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ReactNode } from "react";
import { useSyncStatus } from "./useSyncStatus";
import { TableRecord } from "@latticexyz/stash/internal";
import { SyncProgress } from "@latticexyz/store-sync/stash/common";
import { SyncProgress } from "@latticexyz/store-sync/internal";

export type Props = {
children: ReactNode;
Expand Down

0 comments on commit e8e5f31

Please sign in to comment.