Skip to content

Commit 184b555

Browse files
committed
Move EvoluIdenticon to components
1 parent 5b5c705 commit 184b555

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/thin-singers-post.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@evolu/react-web": patch
3+
---
4+
5+
Move EvoluIdenticon to components
File renamed without changes.

packages/react-web/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { EvoluDeps } from "@evolu/common/evolu";
22
import { evoluWebDeps, localAuth } from "@evolu/web";
33
import { flushSync } from "react-dom";
44

5-
export * from "./EvoluIdenticon.js";
5+
export * from "./components/EvoluIdenticon.js";
66
export { localAuth };
77

88
export const evoluReactWebDeps: EvoluDeps = {

0 commit comments

Comments
 (0)