Skip to content

Commit

Permalink
feat(SafeAnchor)!: migrate to restart/ui
Browse files Browse the repository at this point in the history
BREAKING CHANGE: renamed to Anchor
  • Loading branch information
kyletsang committed Aug 7, 2021
1 parent 87bf01a commit 6c56aba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 218 deletions.
5 changes: 5 additions & 0 deletions src/Anchor.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import Anchor, { AnchorProps } from '@restart/ui/Anchor';

export type { AnchorProps };

export default Anchor;
100 changes: 0 additions & 100 deletions src/SafeAnchor.tsx

This file was deleted.

118 changes: 0 additions & 118 deletions test/SafeAnchorSpec.js

This file was deleted.

0 comments on commit 6c56aba

Please sign in to comment.