attachment buttons

This commit is contained in:
Henry Jameson 2025-02-18 00:07:45 +02:00
commit f7f09f0dbc
3 changed files with 14 additions and 12 deletions

View file

@ -33,9 +33,11 @@ const components = {
Icon: null,
Border: null,
PanelHeader: null,
Attachment: null,
Panel: null,
Chat: null,
ChatMessage: null
ChatMessage: null,
Button: null
}
export const findShadow = (shadows, { dynamicVars, staticVars }) => {