File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/app/src/app/pages/Sandbox/Editor/Workspace/items/Deployment/Netlify/SiteInfo Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ import { resolveDirectory } from '@codesandbox/common/lib/sandbox/modules' ;
2+
13import React , { FunctionComponent } from 'react' ;
2- import { useOvermind } from 'app/overmind' ;
34
5+ import { useOvermind } from 'app/overmind' ;
46import getNetlifyConfig from 'app/utils/getNetlifyConfig' ;
57
6- import { resolveDirectory } from '@codesandbox/common/lib/sandbox/modules' ;
7-
88import {
99 WorkspaceInputContainer ,
1010 WorkspaceSubtitle ,
@@ -40,6 +40,7 @@ export const SiteInfo: FunctionComponent = () => {
4040 editor : { currentSandbox } ,
4141 } ,
4242 } = useOvermind ( ) ;
43+
4344 const functionDirectory = getFunctionDir ( currentSandbox ) ;
4445 const functions = functionDirectory
4546 ? currentSandbox . modules . filter (
You can’t perform that action at this time.
0 commit comments