Skip to content

Commit

Permalink
chore: 🔥 remove docs app
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosazaustre committed Sep 30, 2022
1 parent 358f4ec commit 467751c
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 88 deletions.
4 changes: 0 additions & 4 deletions apps/docs/.eslintrc.js

This file was deleted.

30 changes: 0 additions & 30 deletions apps/docs/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions apps/docs/next-env.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions apps/docs/next.config.js

This file was deleted.

27 changes: 0 additions & 27 deletions apps/docs/package.json

This file was deleted.

10 changes: 0 additions & 10 deletions apps/docs/pages/index.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions apps/docs/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion apps/web/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Button } from "ui";
export default function Web() {
return (
<div>
<h1>Web</h1>
<h1>Developars.club</h1>
<Button />
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/Button.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as React from "react";
export const Button = () => {
return <button>Boop</button>;
return <button>Boo</button>;
};

0 comments on commit 467751c

Please sign in to comment.