fix: remove unused prop

This commit is contained in:
Ayo Ayco 2025-03-05 22:49:02 +01:00
parent 6aca873c75
commit 41a76aa6ee

View file

@ -2,7 +2,6 @@
import Serialize from '@ayco/astro-resume'
export interface Props {
skipSave?: boolean
isIndex: boolean
}
---