package features_shopping import ( "github.com/gofiber/fiber/v2" ) func Setup(app *fiber.App) { SetupApi(app) SetupViews(app) }