Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Sep 3, 2024
1 parent c0258ef commit 9ee29ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ProofWidgets/Cancellable.lean
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Lean.Data.Json.FromToJson
import Lean.Server.Rpc.RequestHandling
import Std.Data.HashMap
import ProofWidgets.Compat

/-! Experimental support for cancellable RPC requests.
Expand Down
1 change: 1 addition & 0 deletions ProofWidgets/Component/PenroseDiagram.lean
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import ProofWidgets.Component.Basic
import ProofWidgets.Data.Html
import Std.Data.HashMap

namespace ProofWidgets.Penrose
open Lean Server Std
Expand Down
1 change: 1 addition & 0 deletions ProofWidgets/Data/Svg.lean
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import ProofWidgets.Data.Html
import Std.Data.HashMap

namespace ProofWidgets
open Lean Std
Expand Down

0 comments on commit 9ee29ce

Please sign in to comment.