diff --git a/src/views/Labels/LabelView.jsx b/src/views/Labels/LabelView.jsx
index 0f72634..4bc83fb 100644
--- a/src/views/Labels/LabelView.jsx
+++ b/src/views/Labels/LabelView.jsx
@@ -17,8 +17,8 @@ import { useLabels } from './LabelQueries'
import { Add } from '@mui/icons-material'
import { useQueryClient } from 'react-query'
import { useNavigate } from 'react-router-dom'
+import { getTextColorFromBackgroundColor } from '../../utils/Colors'
import { DeleteLabel } from '../../utils/Fetcher'
-import { getTextColorFromBackgroundColor } from '../../utils/LabelColors'
import ConfirmationModal from '../Modals/Inputs/ConfirmationModal'
const LabelView = () => {
@@ -134,7 +134,6 @@ const LabelView = () => {
color='neutral'
onClick={() => handleEditLabel(label)}
startDecorator={}
-
>
Edit
@@ -151,7 +150,6 @@ const LabelView = () => {
))}
-
{userLabels.length === 0 && (
No labels available. Add a new label to get started.