Skip to content

Commit 2d4d5d1

Browse files
committed
Cleaned the codebase by removing unused files inside client/components/Nav
1 parent 1cf2dc3 commit 2d4d5d1

File tree

6 files changed

+0
-113
lines changed

6 files changed

+0
-113
lines changed

client/components/AddRemoveButton.jsx

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

client/components/NavBasic.jsx

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

client/components/OverlayManager.jsx

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

client/constants.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// multiple files
33
export const UPDATE_FILE_CONTENT = 'UPDATE_FILE_CONTENT';
44
export const TOGGLE_SKETCH = 'TOGGLE_SKETCH';
5-
65
export const START_SKETCH = 'START_SKETCH';
76
export const STOP_SKETCH = 'STOP_SKETCH';
87

client/i18n-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import i18n from 'i18next';
22
import { initReactI18next } from 'react-i18next';
3-
43
import translations from '../translations/locales/en-US/translations.json';
54

65
i18n.use(initReactI18next).init({

client/modules/IDE/pages/MobileIDEView.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { withRouter } from 'react-router-dom';
55
import { useState } from 'react';
66
import { useTranslation } from 'react-i18next';
77
import styled from 'styled-components';
8-
98
// Imports to be Refactored
109
import { bindActionCreators } from 'redux';
1110

0 commit comments

Comments
 (0)