Skip to content

Commit

Permalink
Move search bar code to respective directory
Browse files Browse the repository at this point in the history
  • Loading branch information
patelneel55 committed Jan 13, 2021
1 parent cbd9f53 commit f90a6e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/memoree_client/lib/app/widgets/app_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:flutter/material.dart';
import 'package:memoree_client/app/services/firebase_auth.dart';
import 'package:memoree_client/app/models/constants.dart';
import 'package:memoree_client/app/widgets/account_info.dart';
import 'package:memoree_client/search.dart';
import 'package:memoree_client/app/widgets/search_bar.dart';

class CustomAppBar extends StatefulWidget with PreferredSizeWidget {
final bool isMobile, isTablet;
Expand Down
File renamed without changes.

0 comments on commit f90a6e8

Please sign in to comment.