refactor(tui): remove home screen tips
This commit is contained in:
parent
ce636daf04
commit
39f1336621
27 changed files with 4 additions and 376 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import HomeFooter from "../feature-plugins/home/footer"
|
||||
import HomeTips from "../feature-plugins/home/tips"
|
||||
import SidebarContext from "../feature-plugins/sidebar/context"
|
||||
import SidebarFooter from "../feature-plugins/sidebar/footer"
|
||||
import SidebarLsp from "../feature-plugins/sidebar/lsp"
|
||||
|
|
@ -9,7 +8,6 @@ import Scrap from "../feature-plugins/system/scrap"
|
|||
|
||||
export const builtins = [
|
||||
HomeFooter,
|
||||
HomeTips,
|
||||
SidebarContext,
|
||||
SidebarMcp,
|
||||
SidebarLsp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue