Skip to content

Commit

Permalink
bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
Ved-s committed Dec 28, 2023
1 parent 87688da commit 5a2774c
Show file tree
Hide file tree
Showing 9 changed files with 1,039 additions and 20 deletions.
1 change: 1 addition & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ impl App {
Box::new(circuits::transistor::TransistorPreview {}),
Box::new(circuits::freq_meter::FreqMeterPreview {}),
Box::new(circuits::pin::Preview {}),
Box::new(circuits::bundler::Preview {}),
Box::<circuits::board::BoardPreview>::default(),
];
let mut errors = ErrorList::new();
Expand Down
Loading

0 comments on commit 5a2774c

Please sign in to comment.