Skip to content

Commit c973ae0

Browse files
Added new tailwind based pages (#246)
2 parents 81b112c + c38f525 commit c973ae0

File tree

10 files changed

+339
-35949
lines changed

10 files changed

+339
-35949
lines changed

apps/web/frontend/package-lock.json

Lines changed: 41 additions & 18651 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/web/frontend/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@
4949
"last 1 safari version"
5050
]
5151
},
52-
"devDependencies": {
53-
"autoprefixer": "^10.4.13",
54-
"postcss": "^8.4.18",
55-
"tailwindcss": "^3.2.1"
56-
},
52+
"devDependencies": {},
5753
"repository": {
5854
"type": "git",
5955
"url": "git+https://github.com/dvstechlabs/Noteslify.git"

apps/web/frontend/src/App.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import Home from './components/LandingPage/Pages/Home'
1212
import Contact from './components/LandingPage/Pages/Contact'
1313

1414
// new landing page
15-
import NHome from './components/NewLandingPage/Pages/Home'
16-
import NContact from './components/NewLandingPage/Pages/Contact'
1715
import RecycleBin from './components/RecycleBin/RecycleBin';
1816
import Account from './components/Account/Account';
1917
import ErrorPage from './components/Error/ErrorPage';
@@ -43,8 +41,6 @@ function App() {
4341
<Route path="/resetpassword/:email/:token" element={<ResetPassword />} />
4442
<Route path="/contact" element={<Contact />} />
4543
<Route path="/" element={<Home />} />
46-
<Route path="/NContact" element={<NContact />} />
47-
<Route path="/NHome" element={<NHome />} />
4844
<Route path="/bin" element={<RecycleBin />} />
4945
<Route path="/myaccount" element={<Account />} />
5046
<Route path='*' element={<ErrorPage />} />

apps/web/frontend/src/index.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
4-
51
html {
62
scroll-behavior: smooth;
73
}

0 commit comments

Comments
 (0)