Skip to content

Commit 53b2346

Browse files
authored
Rename remote folder to remotes (#3930)
1 parent ddce5b1 commit 53b2346

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed

webview/src/setup/components/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Dvc } from './dvc/Dvc'
99
import { Experiments } from './experiments/Experiments'
1010
import { Studio } from './studio/Studio'
1111
import { SetupContainer } from './SetupContainer'
12-
import { Remotes } from './remote/Remotes'
12+
import { Remotes } from './remotes/Remotes'
1313
import { useVsCodeMessaging } from '../../shared/hooks/useVsCodeMessaging'
1414
import { sendMessage } from '../../shared/vscode'
1515
import { TooltipIconType } from '../../shared/components/sectionContainer/InfoTooltip'

0 commit comments

Comments
 (0)