We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
replicaData
claudeData
1 parent c94bf93 commit dfd0036Copy full SHA for dfd0036
2 files changed
tests/playground/claude.tsx
@@ -7,7 +7,7 @@ import { allLeafValues, timeAgo } from "@/components/misc"
7
import type { CommentTableRow } from "@/entrypoints/background"
8
import type { FilterState } from "@/entrypoints/popup/popup"
9
import { EnhancerRegistry } from "@/lib/registries"
10
-import { generateMockDrafts } from "./replicaData"
+import { generateMockDrafts } from "./claudeData"
11
12
export const ClaudePrototype = () => {
13
const [drafts] = useState(generateMockDrafts())
tests/playground/replicaData.tsx tests/playground/claudeData.tsxtests/playground/replicaData.tsx renamed to tests/playground/claudeData.tsx
0 commit comments