UNPKG

@exabytellc/ui

Version:
12 lines (10 loc) 362 B
/** * @exabytellc/name * * @license MIT * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ // TODO remove, import directly from Base UI or create one folder per module export { default as AppProvider } from "./AppProvider"; export { default as Table } from "./Table";