aboutsummaryrefslogtreecommitdiff
path: root/views/profile.go
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2022-12-29 20:08:16 +0000
committerJulio Capote <jcapote@gmail.com>2022-12-29 20:08:16 +0000
commita4288b06bf13210721c8f2fae64bc12c118f9041 (patch)
tree49808a68d61aa450c6625477e468968fd3198ded /views/profile.go
parent5a990719a02f4fd33817a2188be17b3b50498b49 (diff)
downloadcommunique-a4288b06bf13210721c8f2fae64bc12c118f9041.tar.gz
refactor
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"