Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Jun 20, 2024
1 parent b89ae39 commit 2fcb0d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/entities/events/rsvps/routes.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package rsvps

import (
"github.com/GenerateNU/sac/backend/permission"
"github.com/GenerateNU/sac/backend/types"
"github.com/gofiber/fiber/v2"
)

func EventsRSVPs(params types.RouteParams) {
Expand Down

0 comments on commit 2fcb0d8

Please sign in to comment.