mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
* Prettier all the JS files * Add GitHub Action to autoformat code pushed to master * Fix eslint violation due to formatting. * Remove GitHub actions for styling * Add restyled.io config
4 lines
198 B
JavaScript
4 lines
198 B
JavaScript
export { default as VisualizationWidget } from "./VisualizationWidget";
|
|
export { default as TextboxWidget } from "./TextboxWidget";
|
|
export { default as RestrictedWidget } from "./RestrictedWidget";
|