fix: merge conflicts on plunger

pull/152/head
RuiAlonso 4 years ago
commit b198914fac

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

@ -20,6 +20,10 @@ class $AssetsImagesComponentsGen {
/// File path: assets/images/components/background.png
AssetGenImage get background =>
const AssetGenImage('assets/images/components/background.png');
/// File path: assets/images/components/plunger.png
AssetGenImage get plunger =>
const AssetGenImage('assets/images/components/plunger.png');
}
class Assets {

Loading…
Cancel
Save