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