diff options
| author | 2023-11-03 21:17:06 +0800 | |
|---|---|---|
| committer | 2023-11-03 21:17:06 +0800 | |
| commit | 94071d7ce16c56641d67d488e2bac6be84ffe731 (patch) | |
| tree | d837b71575aba805e18b3db3d056a106d81818fe /examples/with-npm/packages/ui | |
| parent | 9f0d43fe099a95ab1516ae951dcb60a89e76a5a5 (diff) | |
| download | HydroRoll-94071d7ce16c56641d67d488e2bac6be84ffe731.tar.gz HydroRoll-94071d7ce16c56641d67d488e2bac6be84ffe731.zip | |
chore: delete useless files
Diffstat (limited to 'examples/with-npm/packages/ui')
| -rw-r--r-- | examples/with-npm/packages/ui/Button.tsx | 5 | ||||
| -rw-r--r-- | examples/with-npm/packages/ui/index.tsx | 2 | ||||
| -rw-r--r-- | examples/with-npm/packages/ui/package.json | 19 | ||||
| -rw-r--r-- | examples/with-npm/packages/ui/tsconfig.json | 5 |
4 files changed, 0 insertions, 31 deletions
diff --git a/examples/with-npm/packages/ui/Button.tsx b/examples/with-npm/packages/ui/Button.tsx deleted file mode 100644 index 3e5afc7..0000000 --- a/examples/with-npm/packages/ui/Button.tsx +++ /dev/null @@ -1,5 +0,0 @@ -import * as React from "react"; - -export const Button = () => { - return <button>Boop</button>; -}; diff --git a/examples/with-npm/packages/ui/index.tsx b/examples/with-npm/packages/ui/index.tsx deleted file mode 100644 index 916730e..0000000 --- a/examples/with-npm/packages/ui/index.tsx +++ /dev/null @@ -1,2 +0,0 @@ -import * as React from "react"; -export * from "./Button"; diff --git a/examples/with-npm/packages/ui/package.json b/examples/with-npm/packages/ui/package.json deleted file mode 100644 index ce16212..0000000 --- a/examples/with-npm/packages/ui/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "ui", - "version": "0.0.0", - "main": "./index.tsx", - "types": "./index.tsx", - "license": "MIT", - "scripts": { - "lint": "eslint \"**/*.ts*\"" - }, - "devDependencies": { - "@types/react": "^17.0.37", - "@types/react-dom": "^17.0.11", - "eslint": "^7.32.0", - "eslint-config-custom": "*", - "react": "18.2", - "tsconfig": "*", - "typescript": "^4.5.2" - } -} diff --git a/examples/with-npm/packages/ui/tsconfig.json b/examples/with-npm/packages/ui/tsconfig.json deleted file mode 100644 index cd6c94d..0000000 --- a/examples/with-npm/packages/ui/tsconfig.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "extends": "tsconfig/react-library.json", - "include": ["."], - "exclude": ["dist", "build", "node_modules"] -} |
