Skip to content

Commit

Permalink
feat: adds sidebar and inspector commands (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhermawan authored Jan 11, 2024
1 parent 6d23e17 commit 856b104
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Canvas/App/CanvasApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ struct CanvasApp: App {
Link("Canvas Help", destination: url)
}
}

SidebarCommands()
InspectorCommands()
}

Settings {
Expand Down

0 comments on commit 856b104

Please sign in to comment.