* feat: add file renderer that support common error handling and loading banner * chore: use axios instead of get from utils * chore: fixed typo and update snapshots
3 lines
116 B
JavaScript
3 lines
116 B
JavaScript
export { default as ErrorBanner } from './ErrorBanner';
|
|
export { default as LoadingBanner } from './LoadingBanner';
|