Skip to content

Commit

Permalink
feat: remove unnecessary code so far
Browse files Browse the repository at this point in the history
  • Loading branch information
jimcase committed Aug 18, 2023
1 parent 426131e commit 92a4908
Show file tree
Hide file tree
Showing 14 changed files with 62 additions and 478 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import App from '../../App';
import App from './App';

describe('<App />', () => {
it('renders', () => {
Expand Down
39 changes: 0 additions & 39 deletions ui/summit-2023/src/common/api/voteService.ts

This file was deleted.

11 changes: 0 additions & 11 deletions ui/summit-2023/src/common/constants/appConstants.ts

This file was deleted.

4 changes: 0 additions & 4 deletions ui/summit-2023/src/common/constants/localConstants.ts

This file was deleted.

224 changes: 0 additions & 224 deletions ui/summit-2023/src/common/handlers/httpHandler.ts

This file was deleted.

7 changes: 0 additions & 7 deletions ui/summit-2023/src/common/hooks/useToggle.ts

This file was deleted.

23 changes: 0 additions & 23 deletions ui/summit-2023/src/common/store/index.ts

This file was deleted.

7 changes: 0 additions & 7 deletions ui/summit-2023/src/common/store/types.ts

This file was deleted.

42 changes: 0 additions & 42 deletions ui/summit-2023/src/common/store/userSlice.ts

This file was deleted.

19 changes: 0 additions & 19 deletions ui/summit-2023/src/common/utils/sessionUtils.ts

This file was deleted.

Loading

0 comments on commit 92a4908

Please sign in to comment.