mirror of
https://github.com/friebetill/TubeCards.git
synced 2025-08-16 11:21:56 +08:00
9 lines
164 B
Dart
9 lines
164 B
Dart
/// Indicates which import state we are currently in.
|
|
enum ImportState {
|
|
showInstructions,
|
|
analyzeFile,
|
|
showDataOverview,
|
|
showProgress,
|
|
importFinished,
|
|
}
|