Skip to content

Commit

Permalink
Revert "Organized files in src directory"
Browse files Browse the repository at this point in the history
This reverts commit dc1caee.
  • Loading branch information
andrewtarnavsky committed Aug 12, 2024
1 parent dc1caee commit caff572
Show file tree
Hide file tree
Showing 29 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions mernRC/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ import './LoginPanel.css';
import './Popup.css';
import './DiscussionForum.css';
import Header from './Header';
import IngredientPanel from './Components/IngredientPanel';
import LoginPanel from './Components/LoginPanel';
import SignUpPanel from './Components/SignUpPanel';
import RecipePopup from './Components/RecipePopup';
import UserProfile from './Components/UserProfile';
import DiscussionForum from './Components/DiscussionForum';
import IngredientPanel from './IngredientPanel';
import LoginPanel from './LoginPanel';
import SignUpPanel from './SignUpPanel';
import RecipePopup from './RecipePopup';
import UserProfile from './UserProfile';
import DiscussionForum from './DiscussionForum';
import { auth, provider, signInWithPopup, signOut } from './firebase';
import axios from 'axios';
import RecipeBookImage from './RecipeBook.png';
import PhoneImage from './phone.png';
import Tutorial from './Components/Tutorial';
import Tutorial from './Tutorial';


function App() {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit caff572

Please sign in to comment.