nextjs-rewrite #5

Merged
david merged 56 commits from nextjs-rewrite into main 2026-03-30 02:30:16 +00:00
Showing only changes of commit abdf600506 - Show all commits
+13
View File
@@ -0,0 +1,13 @@
# frozen_string_literal: true
module EuchreCamp
module Views
module Players
class Profile < EuchreCamp::View
expose :player
expose :partnerships
expose :recent_games
end
end
end
end