Page MenuHomePhorge

D6341.1768561788.diff
No OneTemporary

Size
651 B
Referenced Files
None
Subscribers
None

D6341.1768561788.diff

diff --git a/web/topbar/topbar.css b/web/topbar/topbar.css
new file mode 100644
--- /dev/null
+++ b/web/topbar/topbar.css
@@ -0,0 +1,4 @@
+.container {
+ border-bottom: 1px solid var(--border);
+ height: 60px;
+}
diff --git a/web/topbar/topbar.react.js b/web/topbar/topbar.react.js
new file mode 100644
--- /dev/null
+++ b/web/topbar/topbar.react.js
@@ -0,0 +1,13 @@
+// @flow
+
+import * as React from 'react';
+
+import css from './topbar.css';
+
+function Topbar(): React.Node {
+ return <div className={css.container}>dummy</div>;
+}
+
+const MemoizedTopbar: React.ComponentType<{}> = React.memo<{}>(Topbar);
+
+export default MemoizedTopbar;

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 16, 11:09 AM (16 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5943769
Default Alt Text
D6341.1768561788.diff (651 B)

Event Timeline