Skip to content

Commit

Permalink
feat(select): move select component to correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjahr committed Apr 16, 2024
1 parent 30b8004 commit 311194c
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<app-card label="WidgetComponent">
<span>Lorem ipsum dolor...</span>
</app-card>
<app-card label="Select component" link="/select">
<app-card label="Select component" [routes]="[{ route: '/select', label: 'Select component'}]">
<span>Lorem ipsum dolor...</span>
</app-card>
2 changes: 1 addition & 1 deletion libs/sketch/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './lib/components/sketch/sketch.component';
export * from './lib/select';
export * from './lib/components/select';
export * from './lib/components/list';
export * from './lib/components/sketch/sketch.component';
File renamed without changes.

0 comments on commit 311194c

Please sign in to comment.