diff options
Diffstat (limited to 'interface')
-rw-r--r-- | interface/ui.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/interface/ui.go b/interface/ui.go index f08c9f3..43e214b 100644 --- a/interface/ui.go +++ b/interface/ui.go @@ -54,5 +54,4 @@ type MainView interface { } type LoginView interface { - } |