mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-10 03:53:37 -06:00
6 lines
155 B
TypeScript
6 lines
155 B
TypeScript
import { ViewModeProps } from "../interface";
|
|
|
|
export default function PresentationPrintView(props: ViewModeProps<any>) {
|
|
return <p>Hello world.</p>
|
|
}
|