From 9bb19bd56a36ed7655fd057a1d0c2cc55543f4bb Mon Sep 17 00:00:00 2001 From: geireann Date: Fri, 30 Jul 2021 14:25:20 -0400 Subject: more updates --- src/client/views/topbar/TopBarButton.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/client/views/topbar/TopBarButton.tsx (limited to 'src') diff --git a/src/client/views/topbar/TopBarButton.tsx b/src/client/views/topbar/TopBarButton.tsx new file mode 100644 index 000000000..0d3d2a8d1 --- /dev/null +++ b/src/client/views/topbar/TopBarButton.tsx @@ -0,0 +1,10 @@ +import React from "react"; + +export interface IButtonProps { + icon?: JSX.Element; + text?: String; +} + +export class TopBarButton implements IButtonProps { + +} -- cgit v1.2.3-70-g09d2