From b8fb75a94adbd9f0175e29403cd85fde55cc2793 Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:02:01 -0500 Subject: fix(app): don't bundle fonts (#19329) --- packages/ui/package.json | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/ui/package.json') diff --git a/packages/ui/package.json b/packages/ui/package.json index 0090a8e34..d4e7505bf 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -12,7 +12,6 @@ "./hooks": "./src/hooks/index.ts", "./context": "./src/context/index.ts", "./context/*": "./src/context/*.tsx", - "./font-loader": "./src/font-loader.ts", "./styles": "./src/styles/index.css", "./styles/tailwind": "./src/styles/tailwind/index.css", "./theme": "./src/theme/index.ts", -- cgit v1.2.3