index.ts 204 Bytes Raw Blame History Permalink 1 2 3 4 5 import Mores from './Mores' import TwoDAnimations from './TwoDAnimations' import ThreeDAnimations from './ThreeDAnimations' export const ArtoonsList = [...TwoDAnimations, ...ThreeDAnimations, ...Mores,]