diff options
Diffstat (limited to '')
-rw-r--r-- | views/profile.go (renamed from resources/profile.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/profile.go b/views/profile.go index 971b11c..12aae54 100644 --- a/resources/profile.go +++ b/views/profile.go @@ -1,4 +1,4 @@ -package resources +package views import ( "git.capotej.com/capotej/communique/urls" |