palladians / pallad

Found unnecessarily complex import statement JS-C1001
Anti-pattern
Minor
1 occurrence in this check
Useless path segments for "./i18n/", should be "./i18n"
 1import "@total-typescript/ts-reset"
 2import "./i18n/" 3import type {} from "graphql-request"
 4import type {} from "swr"
 5export { useAppStore } from "./common/store/app"