Skip to content

Commit

Permalink
feat: nx react
Browse files Browse the repository at this point in the history
  • Loading branch information
yarindeohcld committed Aug 5, 2024
1 parent 5c64dea commit ae1721b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 897 deletions.
8 changes: 0 additions & 8 deletions .vscode/extensions.json

This file was deleted.

4 changes: 1 addition & 3 deletions apps/react-store/src/app/app.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import styled from 'styled-components';

import NxWelcome from './nx-welcome';

const StyledApp = styled.div`
// Your style here
`;

export function App() {
return (
<StyledApp>
<NxWelcome title="react-store" />
<div>nx react</div>
</StyledApp>
);
}
Expand Down
Loading

0 comments on commit ae1721b

Please sign in to comment.