We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc32705 commit a15e466Copy full SHA for a15e466
src/components/TopBar/index.js
@@ -1,9 +1,7 @@
1
/* global tcUniNav */
2
import React, { useRef, useState, useEffect } from 'react'
3
import PropTypes from 'prop-types'
4
-import { getInitials } from '../../util/url'
5
import { COMMUNITY_APP_URL, HEADER_AUTH_URLS_HREF, HEADER_AUTH_URLS_LOCATION } from '../../config/constants'
6
-import _ from 'lodash'
7
8
let uniqueId = 0
9
0 commit comments