build with esbuild?

This commit is contained in:
MapleLeaf
2022-01-06 14:41:25 -06:00
parent c0c6c6a78a
commit 666215319e
6 changed files with 19 additions and 11 deletions

View File

@@ -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"

View File

@@ -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"