Skip to content

Commit

Permalink
fix staffs order
Browse files Browse the repository at this point in the history
  • Loading branch information
ry-itto committed Aug 23, 2023
1 parent 2e0131b commit c69270f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-ios/Modules/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ var package = Package(
"Contributor",
"FloorMap",
"Session",
"Staff",
"Sponsor",
"Staff",
"Stamps",
"Theme",
"Timetable",
Expand Down
2 changes: 1 addition & 1 deletion app-ios/Modules/Sources/About/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import Theme
enum AboutRouting: Hashable {
case contributors
case license
case staffs
case sponsors
case staffs
}

public struct AboutView<ContributorView: View, StaffView: View, SponsorView: View>: View {
Expand Down

0 comments on commit c69270f

Please sign in to comment.