use absolute imports

This commit is contained in:
Athou
2023-05-05 14:55:03 +02:00
parent e7931bf360
commit 01102ae973
9 changed files with 16 additions and 16 deletions

View File

@@ -1,12 +1,12 @@
import { Trans } from "@lingui/macro"
import { Button, Group, Stack, Textarea } from "@mantine/core"
import { useForm } from "@mantine/form"
import { client } from "app/client"
import { redirectToSelectedSource } from "app/slices/redirect"
import { useAppDispatch, useAppSelector } from "app/store"
import { useEffect } from "react"
import { useAsyncCallback } from "react-async-hook"
import { TbDeviceFloppy } from "react-icons/tb"
import { client } from "../../app/client"
import { redirectToSelectedSource } from "../../app/slices/redirect"
import { useAppDispatch, useAppSelector } from "../../app/store"
interface FormData {
customCss: string