Skip to content
Snippets Groups Projects
Commit b0674a3c authored by DNZ's avatar DNZ
Browse files

KAT-58: changed the import name into circulation.dart (lower case)

parent 621c2362
No related branches found
No related tags found
No related merge requests found
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import 'Circulation.dart'; import 'circulation.dart';
class BreathingFrequencyPerMinute extends StatefulWidget { class BreathingFrequencyPerMinute extends StatefulWidget {
BreathingFrequencyPerMinute({Key key, this.title}) : super(key: key); BreathingFrequencyPerMinute({Key key, this.title}) : super(key: key);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment