-
+ <>
+
Hey there, {user.username}#{user.discriminator}
-
+ >
)
diff --git a/ui/components/header/common.js b/ui/components/header/common.js
index 370c1ce..a55dc78 100644
--- a/ui/components/header/common.js
+++ b/ui/components/header/common.js
@@ -1,16 +1,38 @@
// @flow
import * as React from 'react'
-import DebugBreakpoints from '../../kit/debug-breakpoints'
+import dynamic from 'next/dynamic'
import styled from 'styled-components'
+import * as logo from '../logo'
export type CommonProps = {
children: React.Element