13 lines
294 B
Text
13 lines
294 B
Text
/-
|
|
Copyright (c) 2025 Lean FRO, LLC. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Markus Himmel
|
|
-/
|
|
import Grove.Framework
|
|
|
|
open Grove.Framework Widget
|
|
|
|
namespace GroveStdlib.Generated
|
|
|
|
def restoreState : RestoreStateM Unit := do
|
|
return ()
|