Skip to content

Commit ebf6b13

Browse files
committed
Revert "feat: add answer for challenge 45"
This reverts commit 7458977.
1 parent 7458977 commit ebf6b13

File tree

6 files changed

+2
-139
lines changed

6 files changed

+2
-139
lines changed

apps/angular/react-in-angular/src/app/react/ReactPost.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React from 'react';
1+
// import React from 'react';
22

33
export default function ReactPost(props: {
44
title?: string,

apps/angular/react-in-angular/src/app/react/post.component.tsx

Lines changed: 0 additions & 48 deletions
This file was deleted.

apps/angular/react-in-angular/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const { join } = require('path');
44
/** @type {import('tailwindcss').Config} */
55
module.exports = {
66
content: [
7-
join(__dirname, 'src/**/!(*.stories|*.spec).{ts,html,tsx}'),
7+
join(__dirname, 'src/**/!(*.stories|*.spec).{ts,html}'),
88
...createGlobPatternsForDependencies(__dirname),
99
],
1010
theme: {

apps/angular/react-in-angular/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"noPropertyAccessFromIndexSignature": true,
1010
"noImplicitReturns": true,
1111
"noFallthroughCasesInSwitch": true,
12-
"jsx": "react",
1312
},
1413
"files": [],
1514
"include": [],

package-lock.json

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

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
"@rx-angular/template": "^17.0.0",
3636
"@swc/helpers": "0.5.3",
3737
"@tanstack/angular-query-experimental": "^5.12.1",
38-
"react": "^18.2.0",
39-
"react-dom": "^18.2.0",
4038
"rxjs": "7.8.1",
4139
"tailwindcss": "^3.3.5",
4240
"tslib": "^2.3.0",
@@ -76,8 +74,6 @@
7674
"@testing-library/user-event": "^14.5.1",
7775
"@types/jest": "29.4.0",
7876
"@types/node": "18.16.9",
79-
"@types/react": "^18.2.55",
80-
"@types/react-dom": "^18.2.19",
8177
"@typescript-eslint/eslint-plugin": "6.11.0",
8278
"@typescript-eslint/parser": "6.11.0",
8379
"all-contributors-cli": "^6.26.1",

0 commit comments

Comments
 (0)