mberlanda/cheidelacoriera

View on GitHub
app/javascript/models/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export { Button } from "./button";
export { Game } from "./game";
export { Team } from "./team";
export { TransportMean } from "./transportMean";
export { User } from "./user";