Skip to content

Commit

Permalink
Include newer classes in index export
Browse files Browse the repository at this point in the history
  • Loading branch information
mkreiser committed Oct 23, 2023
1 parent 1196a72 commit 67614f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import Boxscore from './boxscore/boxscore';
import BoxscorePlayer from './boxscore-player/boxscore-player';
import Client from './client/client';
import DraftPlayer from './draft-player/draft-player';
import FreeAgentPlayer from './free-agent-player/free-agent-player';
import League from './league/league';
import NFLGame from './nfl-game/nfl-game';
import Player from './player/player';
import PlayerStats from './player-stats/player-stats';
import Team from './team/team';
Expand All @@ -10,7 +13,10 @@ export {
Boxscore,
BoxscorePlayer,
Client,
DraftPlayer,
FreeAgentPlayer,
League,
NFLGame,
Player,
PlayerStats,
Team
Expand Down

0 comments on commit 67614f8

Please sign in to comment.