Fix navicon
This commit is contained in:
parent
c566d5d61d
commit
b002eef285
7 changed files with 139 additions and 135 deletions
|
@ -1,7 +1,7 @@
|
|||
import React, { Component } from 'react';
|
||||
import { createSelector } from 'reselect';
|
||||
import { Form, withFormik } from 'formik';
|
||||
import Navicon from 'containers/Navicon';
|
||||
import Navicon from 'components/ui/Navicon';
|
||||
import Button from 'components/ui/Button';
|
||||
import Checkbox from 'components/ui/formik/Checkbox';
|
||||
import TextInput from 'components/ui/TextInput';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue