mirror of
https://github.com/foss42/apidash.git
synced 2025-05-24 09:46:45 +08:00
Update apidash_design_system package
This commit is contained in:
@ -1,7 +1,3 @@
|
||||
library apidash_design_system;
|
||||
|
||||
/// A Calculator.
|
||||
class Calculator {
|
||||
/// Returns [value] plus 1.
|
||||
int addOne(int value) => value + 1;
|
||||
}
|
||||
export 'consts.dart';
|
||||
|
Reference in New Issue
Block a user