import { keyframes } from "@emotion/react"; export const fadeIn = keyframes` from { opacity: 0; } to { opacity: 1; } `;