mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 18:41:10 +00:00
Remove stale contacts panel reference
This commit is contained in:
parent
4cb306fbf3
commit
baf6097b49
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@ import Theme from "../themes/common/theme";
|
|||
import chatPanel from "./chatPanel";
|
||||
import { text } from "./components";
|
||||
import contactFinder from "./contactFinder";
|
||||
import contactsPanel from "./contactsPanel";
|
||||
import contactsPopover from "./contactsPopover";
|
||||
import commandPalette from "./commandPalette";
|
||||
import editor from "./editor";
|
||||
|
@ -37,7 +36,6 @@ export default function app(theme: Theme): Object {
|
|||
projectPanel: projectPanel(theme),
|
||||
chatPanel: chatPanel(theme),
|
||||
contactsPopover: contactsPopover(theme),
|
||||
contactsPanel: contactsPanel(theme),
|
||||
contactFinder: contactFinder(theme),
|
||||
search: search(theme),
|
||||
breadcrumbs: {
|
||||
|
|
Loading…
Reference in a new issue