File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
components/DeploymentIntegration
Sandbox/Editor/Workspace/items/Deployment
common/Modals/NetlifyLogs Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import React from 'react' ;
22import Down from 'react-icons/lib/fa/angle-down' ;
33import Up from 'react-icons/lib/fa/angle-up' ;
4- import Notice from 'common/lib/components/Notice' ;
4+ import Notice from '@codesandbox/ common/lib/components/Notice' ;
55import DetailInfo from './DetailInfo' ;
66import { Container , IntegrationBlock , Name } from './elements' ;
77
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import LinkIcon from 'react-icons/lib/fa/external-link';
44import Cogs from 'react-icons/lib/fa/cogs' ;
55import NetlifyLogo from 'app/components/NetlifyLogo' ;
66import DeploymentIntegration from 'app/components/DeploymentIntegration' ;
7- import getTemplate from 'common/lib/templates' ;
8- import { Button } from 'common/lib/components/Button' ;
7+ import getTemplate from '@codesandbox/ common/lib/templates' ;
8+ import { Button } from '@codesandbox/ common/lib/components/Button' ;
99import { WorkspaceInputContainer , WorkspaceSubtitle } from '../../elements' ;
1010import {
1111 Deploys ,
Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22import { inject , observer } from 'mobx-react' ;
33
4- import { Button } from 'common/lib/components/Button' ;
4+ import { Button } from '@codesandbox/ common/lib/components/Button' ;
55import { Container } from '../LiveSessionEnded/elements' ;
66import { Heading , Explanation } from '../elements' ;
77
You can’t perform that action at this time.
0 commit comments