//@ts-ignore
import GRID from './grid.png'
//@ts-ignore
import LIST from './list.png'

export const ICONS = {
    GRID,
    LIST
}