diff options
Diffstat (limited to 'tab.go')
| -rw-r--r-- | tab.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ package gui import ( "go.wit.com/log" - "go.wit.com/gui/gui/toolkit" + "go.wit.com/gui/toolkits" ) // This function should make a new node with the parent and |
