Merge pull request #26 from toeverything/feat/layout

fix: lint error
This commit is contained in:
Qi 2022-10-17 13:02:32 +08:00 committed by GitHub
commit 5f968ac51d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
import { keyframes, styled } from '@/styles';
// @ts-ignore
import spring, { toString } from 'css-spring';
import type { ItemStatus } from './type';