Replace inline typeColors maps in PokemonCard and StatusChangeModal
with a shared TypeBadge component that renders the type icon PNGs
from /types/{type}.png.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
732 B
TypeScript
17 lines
732 B
TypeScript
export { EncounterMethodBadge } from './EncounterMethodBadge'
|
|
export { EncounterModal } from './EncounterModal'
|
|
export { EndRunModal } from './EndRunModal'
|
|
export { GameCard } from './GameCard'
|
|
export { GameGrid } from './GameGrid'
|
|
export { Layout } from './Layout'
|
|
export { PokemonCard } from './PokemonCard'
|
|
export { RuleBadges } from './RuleBadges'
|
|
export { ShinyBox } from './ShinyBox'
|
|
export { ShinyEncounterModal } from './ShinyEncounterModal'
|
|
export { StatusChangeModal } from './StatusChangeModal'
|
|
export { RuleToggle } from './RuleToggle'
|
|
export { RulesConfiguration } from './RulesConfiguration'
|
|
export { StatCard } from './StatCard'
|
|
export { StepIndicator } from './StepIndicator'
|
|
export { TypeBadge } from './TypeBadge'
|