Skip to content

Commit

Permalink
Merge pull request #42 from EnigmaVSSUT/rohit
Browse files Browse the repository at this point in the history
Rohit
  • Loading branch information
Princerey authored Jul 16, 2023
2 parents 8d64bd3 + 59d6451 commit fb1176c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hosting": {
"public": "public",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import DSW from './pages/dsw';
import Postcreate from './pages/postcreate';
import Post from './pages/post';
import Campuslife from "./pages/campuslife";
import Antiragging from "./pages/antiragging";
import Antiragging from "./pages/antiRagging";
import Profile from './pages/profile';
import Page from './pages/page';

Expand Down
2 changes: 1 addition & 1 deletion src/pages/post.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Postdetails from "../components/post/postdetails";
import Postdetails from "../components/post/Postdetails";
import DefaultLayout from '../components/layout/DefaultLayout';
const Post = () => {
return (
Expand Down

0 comments on commit fb1176c

Please sign in to comment.