mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 18:59:20 +01:00
* fix: nextjs slow compile time * fix: change optimized package imports and transpile packages * fix: format issue
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
import type { Icon123 } from "@tabler/icons-react";
|
|
|
|
export * from "./src";
|
|
|
|
export type TablerIcon = typeof Icon123;
|