ryu-man / svantic

Svantic is a set of UI components for Svelte framework based on the Fomantic-UI library
MIT License
17 stars 3 forks source link

export of Statistic component is missing #5

Closed notYou263 closed 3 years ago

notYou263 commented 3 years ago

While there is an export of Comment and Comments (group), there is only export of Statistics (group)

// index

{
 Card,
  Item,
  Ad,
  Feed,
  Comment,
  Items,
  Statistics,  // group only
  Comments
} from './views'
ryu-man commented 3 years ago

missing export, will fix it soon

ryu-man commented 3 years ago

Pushed a fix