1
0
Fork 0

chore(shared): Remove lint

This commit is contained in:
joostdecock 2023-10-22 09:32:46 +02:00
parent 6a4de830c1
commit 1e0741c72b

View file

@ -14,7 +14,7 @@ import { useRouter } from 'next/router'
import { BackToAccountButton, DisplayRow, NumberBullet } from './shared.mjs'
import { Popout } from 'shared/components/popout/index.mjs'
import { LeftIcon, PlusIcon, CopyIcon, RightIcon, TrashIcon } from 'shared/components/icons.mjs'
import { PageLink, Link, linkClasses } from 'shared/components/link.mjs'
import { Link, linkClasses } from 'shared/components/link.mjs'
import { StringInput, ListInput, FormControl } from 'shared/components/inputs.mjs'
import { DynamicMdx } from 'shared/components/mdx/dynamic.mjs'