Skip to content

Commit

Permalink
Standardize file names in css
Browse files Browse the repository at this point in the history
  • Loading branch information
ha77an committed Jun 9, 2020
1 parent 2b68716 commit 65e5372
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/components/common/AppBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import logo from '../../../assets/images/logo1.svg';
import UserMenu from '../UserMenu';
import Button from '../Button';

import './style.css';
import './index.css';

const AppBar = ({ auth, logoutHandler, UserAvatar, loading, userName }) => {
const history = useHistory();
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/pages/application/Project/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import backGround from '../../../../assets/images/backGround.svg';
import Button from '../../../common/Button';
import FProjectValidation from '../../../../utils/application/ProjectValidation';

import './style.css';
import './index.css';

const projectData = async (ID) => {
const {
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/pages/application/Steps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Limitation from '../../../common/limitation';
import Typography from '../../../common/Typography';
import Button from '../../../common/Button';
import backGround from '../../../../assets/images/backGround.svg';
import './style.css';
import './index.css';

const getSteps = async () => {
const { data } = (await axios.get('/api/v1/steps')).data;
Expand Down

0 comments on commit 65e5372

Please sign in to comment.