Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 | 4x | import loadingAnimation from 'assets/lottie/loading.json';
import noResultAnimation from 'assets/lottie/no-result.json';
import animation404 from 'assets/lottie/404.json';
const animations = {
loading: loadingAnimation,
'no-result': noResultAnimation,
'404': animation404,
};
export { animations };
|