refactor: use relocated module names

This commit is contained in:
Jef Roosens 2022-11-01 21:43:25 +01:00
parent 22fd6e395b
commit 23632be7a4
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
9 changed files with 10 additions and 10 deletions

View file

@ -3,8 +3,8 @@ module aur
import cli
import console
import client
import vieter_v.aur
import vieter_v.conf as vconf
import aur
import conf as vconf
struct Config {
address string [required]