Skip to content

Commit

Permalink
feat(admin-ui): Update relative path for styles path
Browse files Browse the repository at this point in the history
  • Loading branch information
harryandriyan committed Jun 15, 2022
1 parent 5e90973 commit 0f2dde0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin-ui/app/components/FloatGrid/Grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import classNames from 'classnames'

import { Container } from 'reactstrap'
import { FloatGridContext } from './floatGridContext'
import './../../styles/components/float-grid.scss'
import 'Styles/components/float-grid.scss'

export class Grid extends React.Component {
static propTypes = {
Expand Down
2 changes: 1 addition & 1 deletion admin-ui/app/components/Theme/ThemeSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
CustomInput
} from 'reactstrap'

import './../../styles/components/theme-selector.scss'
import 'Styles/components/theme-selector.scss'
import { Consumer } from './ThemeContext'

class ThemeSelector extends React.Component {
Expand Down
2 changes: 1 addition & 1 deletion admin-ui/app/components/Wizard/Wizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PropTypes from 'prop-types'
import isUndefined from 'lodash/isUndefined'
import map from 'lodash/map'

import './../../styles/components/wizard.scss'
import 'Styles/components/wizard.scss'

export class Wizard extends React.Component {
static propTypes = {
Expand Down

0 comments on commit 0f2dde0

Please sign in to comment.