index.ts 204 Bytes
import Mores from './Mores'
import TwoDAnimations from './TwoDAnimations'
import ThreeDAnimations from './ThreeDAnimations'

export const ArtoonsList = [...TwoDAnimations, ...ThreeDAnimations, ...Mores,]