Files
frontend-app-ora-grading/src/components/FilePreview/Banners/index.jsx
leangseu-edx c5bf0a7d11 feat: add file renderer that support common error handling and loading banner (#42)
* 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
2022-01-19 12:34:44 -05:00

3 lines
116 B
JavaScript

export { default as ErrorBanner } from './ErrorBanner';
export { default as LoadingBanner } from './LoadingBanner';