Skip to content

Commit 6c56aba

Browse files
committed
feat(SafeAnchor)!: migrate to restart/ui
BREAKING CHANGE: renamed to Anchor
1 parent 87bf01a commit 6c56aba

File tree

3 files changed

+5
-218
lines changed

3 files changed

+5
-218
lines changed

src/Anchor.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import Anchor, { AnchorProps } from '@restart/ui/Anchor';
2+
3+
export type { AnchorProps };
4+
5+
export default Anchor;

src/SafeAnchor.tsx

Lines changed: 0 additions & 100 deletions
This file was deleted.

test/SafeAnchorSpec.js

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)