add features
Showing
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -10,8 +10,11 @@ |
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@ant-design/icons": "^5.5.2", | ||
"antd": "^5.22.5", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1" | ||
"react-dom": "^18.3.1", | ||
"sass": "^1.83.0" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.15.0", | ||
... | ... |
src/App.css
deleted
100644 → 0
src/App.tsx
deleted
100644 → 0
src/Components/StockForm.tsx
0 → 100644
src/Containers/Stock.tsx
0 → 100644
src/Interfaces/Stock.ts
0 → 100644
src/Styles/main.scss
0 → 100644
src/data/Stock.tsx
0 → 100644
src/index.css
deleted
100644 → 0
Please
register
or
sign in
to comment