Skip to content

Commit dfd0036

Browse files
committed
Rename replicaData to claudeData since it was confusingly only used by the claude prototype.
1 parent c94bf93 commit dfd0036

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/playground/claude.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { allLeafValues, timeAgo } from "@/components/misc"
77
import type { CommentTableRow } from "@/entrypoints/background"
88
import type { FilterState } from "@/entrypoints/popup/popup"
99
import { EnhancerRegistry } from "@/lib/registries"
10-
import { generateMockDrafts } from "./replicaData"
10+
import { generateMockDrafts } from "./claudeData"
1111

1212
export const ClaudePrototype = () => {
1313
const [drafts] = useState(generateMockDrafts())
File renamed without changes.

0 commit comments

Comments
 (0)