Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
HS App: Fix import for HsApp.css.js (#554)
Browse files Browse the repository at this point in the history
This update fixes the import paths for the utilities used in HsApp.css.js
  • Loading branch information
Jon Quach committed Apr 1, 2019
1 parent 6e8b47e commit 5f76f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HsApp/HsApp.css.js
@@ -1,6 +1,6 @@
import styled from '../styled'
import baseStyles from '../../../src/styles/resets/baseStyles.css.js'
import { getColor } from '../../../src/styles/utilities/color'
import baseStyles from '../../styles/resets/baseStyles.css.js'
import { getColor } from '../../styles/utilities/color'
import Dropdown from '../Dropdown/DropdownV2'
import Avatar from '../Avatar'

Expand Down

0 comments on commit 5f76f04

Please sign in to comment.