Skip to content

Commit

Permalink
fix:typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijitxy committed Sep 8, 2024
1 parent 03e8212 commit 91f83ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/register-catalogue.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 91f83ef

Please sign in to comment.