Dominic Elm
feat: refactor layout and introduce workspace panel and fix some bugs
ab9d59a
raw
history blame
104 Bytes
import { cubicBezier } from 'framer-motion';
export const cubicEasingFn = cubicBezier(0.4, 0, 0.2, 1);