Skip to content

Commit

Permalink
Revert "create and save word documents"
Browse files Browse the repository at this point in the history
  • Loading branch information
omzi authored Sep 23, 2021
1 parent 0110a5e commit 4377b00
Show file tree
Hide file tree
Showing 9 changed files with 492 additions and 1,220 deletions.
8 changes: 1 addition & 7 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
"watch-tests": "cross-env BABEL_ENV=test jest --watch",
"coverage": "cross-env BABEL_ENV=test jest --coverage"
},
"jest": {
"transform": {
"^.+\\.js$": "<rootDir>/.jest.transform.js"
}
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
Expand Down Expand Up @@ -47,7 +42,7 @@
"pretty-quick": "^3.1.1",
"style-loader": "^3.2.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.14",
"webpack": "^5.53.0",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-config-single-spa-react": "^4.0.0",
"webpack-dev-server": "^4.0.0",
Expand Down Expand Up @@ -86,7 +81,6 @@
"cropperjs": "^1.5.12",
"d3": "^7.0.1",
"dayjs": "^1.10.7",
"docx": "^6.0.3",
"i": "^0.3.6",
"path-browserify": "^1.0.1",
"postcss": "^7.0.36",
Expand Down
231 changes: 0 additions & 231 deletions frontend/src/components/AddNewTextDoc/AddNewTextDoc.js

This file was deleted.

5 changes: 0 additions & 5 deletions frontend/src/components/Main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import Home from "../Home";
import NewFolder from "../FolderCreation/Folder";
import TrashApp from "../TrashListView/TrashApp";
import Starred from "../Starred/index";
import AddNewTextDoc from "../AddNewTextDoc/AddNewTextDoc";
// import VideoPreview from "../VideoPreview";

const Main = () => {
return (
Expand All @@ -24,9 +22,6 @@ const Main = () => {
<Route path="/" exact>
<Home/>
</Route>
<Route path="/add-new">
<AddNewTextDoc />
</Route>
<Route path="/files" exact>
<Files />
</Route>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

import App from "./App"


Expand Down
Loading

0 comments on commit 4377b00

Please sign in to comment.