Skip to content

Commit d6da771

Browse files
committed
Cleaned up unused files and imports
1 parent 5439e81 commit d6da771

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+826
-8235
lines changed

server/server.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ app.use(cookieParser());
3838

3939
// statically serve everything in build folder
4040
app.use('/', express.static(path.resolve(__dirname, '../build')));
41-
// statically serve images
42-
app.use(
43-
'/images',
44-
express.static(path.resolve(__dirname, '..src/public/images'))
45-
);
4641

4742
// serves main app, we are going to serve main app to electron locally, this will be deprecated
4843
// this backend server will only be used for authentication and project management services

src/actionTypes/index.ts

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/actions/__tests__/actionCreator.test.tsx

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)