diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-02-10 14:30:03 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-02-10 14:31:39 +0000 |
| commit | 2174e57f3626b95b69eeb543f1d11ee867b67a63 (patch) | |
| tree | 28e4483952928d5babe04b57cb57bad1da723128 /lib/gui.moon | |
| parent | switch from luaposix to luasystem (diff) | |
| download | alive-2174e57f3626b95b69eeb543f1d11ee867b67a63.tar.gz alive-2174e57f3626b95b69eeb543f1d11ee867b67a63.zip | |
reorganization
Diffstat (limited to 'lib/gui.moon')
| -rw-r--r-- | lib/gui.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui.moon b/lib/gui.moon index 37df233..69c97a3 100644 --- a/lib/gui.moon +++ b/lib/gui.moon @@ -1,5 +1,5 @@ { graphics: lg } = love -import Op from require 'base' +import Op from require 'core' import Registry from require 'registry' import Copilot from require 'copilot' |
