remove encoding/base64 from imports

This commit is contained in:
Arya Kiran 2023-01-18 20:18:52 +05:30
parent a4435a2247
commit 617da00cc3
Signed by: arya
GPG Key ID: 842D12BDA50DF120
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
package pages
import (
"encoding/base64"
"github.com/gofiber/fiber/v2"
"os"