Skip to content

Commit

Permalink
Organized files in src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtarnavsky committed Aug 12, 2024
1 parent 8e87eb9 commit dc1caee
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 './IngredientPanel';
import LoginPanel from './LoginPanel';
import SignUpPanel from './SignUpPanel';
import RecipePopup from './RecipePopup';
import UserProfile from './UserProfile';
import DiscussionForum from './DiscussionForum';
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 { auth, provider, signInWithPopup, signOut } from './firebase';
import axios from 'axios';
import RecipeBookImage from './RecipeBook.png';
import PhoneImage from './phone.png';
import Tutorial from './Tutorial';
import Tutorial from './Components/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 dc1caee

Please sign in to comment.