Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludwig committed Sep 4, 2019
1 parent 3007af2 commit a7a20a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/app.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:navis/blocs/bloc.dart';
import 'package:navis/screens/item_info.dart';
//import 'package:navis/screens/item_info.dart';
import 'package:navis/screens/nightwaves.dart';
import 'package:navis/screens/syndicate_bounties.dart';
import 'package:navis/widgets/widgets.dart';
Expand Down Expand Up @@ -84,7 +84,7 @@ class _NavisState extends State<Navis> with WidgetsBindingObserver {
'/settings': (_) => const Settings(),
'/nightwave': (_) => const Nightwaves(),
'/syndicate_jobs': (_) => const SyndicateJobs(),
'/item': (_) => const ItemInfo()
//'/item': (_) => const ItemInfo()
},
),
);
Expand Down

0 comments on commit a7a20a1

Please sign in to comment.