Skip to content

Commit

Permalink
Merge pull request #63 from abraham-ai/StartingOver
Browse files Browse the repository at this point in the history
Landing Page
  • Loading branch information
jmilldotdev authored Jul 29, 2023
2 parents efc175f + b20e9ff commit 064e84d
Show file tree
Hide file tree
Showing 14 changed files with 10,284 additions and 466 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"@types/node": "^18.14.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.14",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.17.0",
"eslint-config-next": "^13.2.1",
Expand All @@ -98,7 +99,9 @@
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"next-transpile-modules": "9.0.0",
"postcss": "^8.4.27",
"prettier": "^2.8.4",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Router from 'next/router'
import nProgress from 'nprogress'
import 'nprogress/nprogress.css'
import 'src/theme/base.css'

import 'src/theme/global.css'
type NextPageWithLayout = NextPage & {
getLayout?: (page: ReactElement) => ReactNode
}
Expand Down
Loading

0 comments on commit 064e84d

Please sign in to comment.