From f66e4059780d592339d53e314c678abd801bb062 Mon Sep 17 00:00:00 2001 From: Silvia Quintero Date: Thu, 16 Dec 2021 02:38:35 +0100 Subject: [PATCH] change import route of css --- src/components/Incidents/CreateIncidents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Incidents/CreateIncidents.js b/src/components/Incidents/CreateIncidents.js index bfee41e..6b19810 100644 --- a/src/components/Incidents/CreateIncidents.js +++ b/src/components/Incidents/CreateIncidents.js @@ -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('');