mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
use absolute imports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user