Skip to content

Commit 20b6c40

Browse files
committed
πŸ”¨ Switch VisitSiteButton to use useOvermind
1 parent 4534009 commit 20b6c40

File tree

6 files changed

+5
-7
lines changed

6 files changed

+5
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { FunctionComponent } from 'react';
22

33
import { useOvermind } from 'app/overmind';
44

5-
import { Link } from '../../../../elements';
5+
import { Link } from '../../../elements';
66

77
export const ClaimSiteButton: FunctionComponent = () => {
88
const {

β€Žpackages/app/src/app/pages/Sandbox/Editor/Workspace/items/Deployment/Netlify/SiteInfo/Actions/ClaimSiteButton/index.tsβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
import { useOvermind } from 'app/overmind';
21
import React, { FunctionComponent } from 'react';
3-
import LinkIcon from 'react-icons/lib/fa/external-link';
42
import Cogs from 'react-icons/lib/fa/cogs';
3+
import LinkIcon from 'react-icons/lib/fa/external-link';
4+
5+
import { useOvermind } from 'app/overmind';
56

6-
import { Link } from '../../../../elements';
7+
import { Link } from '../../../elements';
78

89
export const VisitSiteButton: FunctionComponent = () => {
910
const {

β€Žpackages/app/src/app/pages/Sandbox/Editor/Workspace/items/Deployment/Netlify/SiteInfo/Actions/VisitSiteButton/index.tsβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žpackages/app/src/app/pages/Sandbox/Editor/Workspace/items/Deployment/Netlify/SiteInfo/Actions/index.tsβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)