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 ( - <> -