Refactor imports (#470)

This commit is contained in:
Camille Moussu
2026-01-20 17:33:30 +01:00
committed by GitHub
parent aeb8670895
commit 23d50f250d
149 changed files with 1439 additions and 1374 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import { useState, useMemo, useEffect } from "react";
import { useAppSelector } from "../../app/hooks";
import { EventErrorSnackbar } from "../../components/Error/ErrorSnackbar";
import { useAppSelector } from "@/app/hooks";
import { EventErrorSnackbar } from "@/components/Error/ErrorSnackbar";
import { useMemo, useState } from "react";
export default function ImportAlert() {
const calendars = useAppSelector((state) => state.calendars.list);