diff --git a/lib/register-catalogue.ts b/lib/register-catalogue.ts index 4f39817..3324fdc 100644 --- a/lib/register-catalogue.ts +++ b/lib/register-catalogue.ts @@ -1,13 +1,11 @@ import * as Components from "./components" import { extendCatalogue } from "./fiber/catalogue" -import { SilkscreenPath } from "./components/primitive-components/SilkscreenPath" // Register all components, generally you don't need to manually // register a component, as long as it's exported from lib/components // it'll automatically be registered! extendCatalogue(Components) - // Aliases (only when class name is different than the name of the component) extendCatalogue({ Bug: Components.Chip,