build with esbuild?
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { MenuAlt4Icon } from "@heroicons/react/outline"
|
||||
import { MenuAlt4Icon } from "@heroicons/react/outline/esm"
|
||||
import clsx from "clsx"
|
||||
import React from "react"
|
||||
import { linkClass } from "../styles/components"
|
||||
|
||||
@@ -2,7 +2,7 @@ import {
|
||||
CodeIcon,
|
||||
DocumentTextIcon,
|
||||
ExternalLinkIcon,
|
||||
} from "@heroicons/react/solid"
|
||||
} from "@heroicons/react/solid/esm"
|
||||
import React from "react"
|
||||
import type { AppLinkProps } from "../components/app-link"
|
||||
import { inlineIconClass } from "../styles/components"
|
||||
|
||||
Reference in New Issue
Block a user