Skip to content

Commit

Permalink
fix: ts check
Browse files Browse the repository at this point in the history
  • Loading branch information
ssagg committed Jun 17, 2024
1 parent 87d1816 commit c3a5f18
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 80 deletions.
72 changes: 1 addition & 71 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/entrypoints/renderer/src/app/dashboard/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BaseLayout } from '@app/base-layout-fragment'

import React from 'react'

import { BaseLayout } from '@app/base-layout-fragment'

const Layout = ({ children }) => <BaseLayout>{children}</BaseLayout>

export default Layout
5 changes: 1 addition & 4 deletions app/pages/index-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@
},
"main": "src/index.ts",
"devDependencies": {
"@emotion/react": "11.11.4",
"@types/react": "^18.3.3",
"@types/react-dom": "18.3.0",
"next": "14.1.0"
"@types/react-dom": "18.3.0"
},
"peerDependencies": {
"@emotion/react": "*",
"react": "*",
"react-dom": "*"
}
Expand Down
1 change: 1 addition & 0 deletions app/pages/index-page/src/index.page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use client'

// @ts-ignore:next-line
import { useRouter } from 'next/navigation.js'

const IndexPage = () => {
Expand Down
3 changes: 0 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@app/index-page@workspace:app/pages/index-page"
dependencies:
"@emotion/react": "npm:11.11.4"
"@types/react": "npm:^18.3.3"
"@types/react-dom": "npm:18.3.0"
next: "npm:14.1.0"
peerDependencies:
"@emotion/react": "*"
react: "*"
react-dom: "*"
languageName: unknown
Expand Down

0 comments on commit c3a5f18

Please sign in to comment.