import React from 'react'; import Spec from '../../../Common/CurrentLineSpec'; import GoodRate from '../../../Common/TodayGood/GoodProduction'; import { motion } from 'framer-motion'; import cls from './index.module.scss'; export default function index() { return ( ); }