extract zap button component from note footer

This commit is contained in:
Martti Malmi
2024-01-11 16:21:09 +02:00
parent dffb33bfda
commit 9bdf60a24f
8 changed files with 181 additions and 136 deletions

View File

@ -18,7 +18,7 @@ import { NoteProps } from "../EventComponent";
import HiddenNote from "../HiddenNote";
import Poll from "../Poll";
import { NoteTranslation } from "./NoteContextMenu";
import NoteFooter from "./NoteFooter";
import NoteFooter from "./NoteFooter/NoteFooter";
const defaultOptions = {
showHeader: true,