4 lines
199 B
JavaScript
4 lines
199 B
JavaScript
|
import { container, text, heading, input, select, option, button, login, nav, table } from "../index"
|
||
|
|
||
|
export default { container, text, heading, input, select, option, button, login, nav, table }
|