From ae1721b9cc93ee307958112c1f05501e0a69b7a5 Mon Sep 17 00:00:00 2001 From: yarindeohcld Date: Mon, 5 Aug 2024 18:48:17 +0300 Subject: [PATCH] feat: nx react --- .vscode/extensions.json | 8 - apps/react-store/src/app/app.tsx | 4 +- apps/react-store/src/app/nx-welcome.tsx | 886 ------------------------ 3 files changed, 1 insertion(+), 897 deletions(-) delete mode 100644 .vscode/extensions.json delete mode 100644 apps/react-store/src/app/nx-welcome.tsx diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 4e31133..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "recommendations": [ - "nrwl.angular-console", - "esbenp.prettier-vscode", - "ms-playwright.playwright", - "firsttris.vscode-jest-runner" - ] -} diff --git a/apps/react-store/src/app/app.tsx b/apps/react-store/src/app/app.tsx index 4307b4d..74d95de 100644 --- a/apps/react-store/src/app/app.tsx +++ b/apps/react-store/src/app/app.tsx @@ -1,7 +1,5 @@ import styled from 'styled-components'; -import NxWelcome from './nx-welcome'; - const StyledApp = styled.div` // Your style here `; @@ -9,7 +7,7 @@ const StyledApp = styled.div` export function App() { return ( - +
nx react
); } diff --git a/apps/react-store/src/app/nx-welcome.tsx b/apps/react-store/src/app/nx-welcome.tsx deleted file mode 100644 index cae7663..0000000 --- a/apps/react-store/src/app/nx-welcome.tsx +++ /dev/null @@ -1,886 +0,0 @@ -/* - * * * * * * * * * * * * * * * * * * * * * * * * * * * * - This is a starter component and can be deleted. - * * * * * * * * * * * * * * * * * * * * * * * * * * * * - Delete this file and get started with your project! - * * * * * * * * * * * * * * * * * * * * * * * * * * * * - */ -export function NxWelcome({ title }: { title: string }) { - return ( - <> -