Skip to content

Commit

Permalink
Rename remote folder to remotes (#3930)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon authored May 19, 2023
1 parent ddce5b1 commit 53b2346
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview/src/setup/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Dvc } from './dvc/Dvc'
import { Experiments } from './experiments/Experiments'
import { Studio } from './studio/Studio'
import { SetupContainer } from './SetupContainer'
import { Remotes } from './remote/Remotes'
import { Remotes } from './remotes/Remotes'
import { useVsCodeMessaging } from '../../shared/hooks/useVsCodeMessaging'
import { sendMessage } from '../../shared/vscode'
import { TooltipIconType } from '../../shared/components/sectionContainer/InfoTooltip'
Expand Down

0 comments on commit 53b2346

Please sign in to comment.