ReCast is a multi platform restreaming tool, you can stream with one servers to multiple services
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

26 lines
545 B

import Checkbox from './Inputs/Checkbox.vue'
import Radio from './Inputs/Radio.vue'
import FormGroupInput from './Inputs/formGroupInput.vue'
import DropDown from './Dropdown.vue'
import Table from './Table.vue'
import Card from './Cards/Card.vue'
import ChartCard from './Cards/ChartCard.vue'
import StatsCard from './Cards/StatsCard.vue'
import SidebarPlugin from './SidebarPlugin'
let components = {
Checkbox,
Radio,
FormGroupInput,
Card,
ChartCard,
StatsCard,
Table,
DropDown,
SidebarPlugin
}
export default components