UNPKG

svarog-ui-core

Version:

Core components of Svarog UI without themes

6 lines (4 loc) 181 B
// src/components/RatingSection/index.js import createRatingSection from './RatingSection.js'; export default createRatingSection; export { createRatingSection as RatingSection };