Skip to content

Commit

Permalink
change import route of css
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvia-quint committed Dec 16, 2021
1 parent b60e142 commit f66e405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Incidents/CreateIncidents.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useState } from "react";
import TextareaAutosize from '@mui/base/TextareaAutosize';
import { Icon } from '@iconify/react';
import '/home/ayose/workspace/LAMALA/Components/src/Components/Incidents/css/Incidents.css';
import './css/Incidents.css';

const CreateIncidents = () => {
const [title, setTitle] = useState('');
Expand Down

0 comments on commit f66e405

Please sign in to comment.