Skip to content

Commit c21cdf7

Browse files
committed
api [nfc]: Set up to group related routes into files
1 parent 910d6d0 commit c21cdf7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

lib/store.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'package:flutter/foundation.dart';
22

33
import 'api/core.dart';
44
import 'api/model/initial_snapshot.dart';
5-
import 'api/route/register_queue.dart';
5+
import 'api/route/events.dart';
66
import 'credential_fixture.dart' as credentials; // prototyping hack; not in Git
77

88
class PerAccountStore extends ChangeNotifier {

0 commit comments

Comments
 (0)