Remove template from settings type (unused)

This commit is contained in:
Matt Sherman 2023-11-13 14:50:57 -05:00
parent 3dbd06ef1b
commit e766673829
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ type BlockEditorProps = {
productId: number;
settings:
| ( Partial< EditorSettings & EditorBlockListSettings > & {
template?: Template[];
templates: Record< string, Template[] >;
} )
| undefined;