5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
import { Loading } from 'notiflix/build/notiflix-loading-aio';
|
|
import { Block } from 'notiflix/build/notiflix-block-aio';
|
|
|
|
export { Loading, Block };
|