We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21c68a commit 11b6f30Copy full SHA for 11b6f30
app/src/context/initialState.ts
@@ -1,7 +1,6 @@
1
import { State } from '../interfaces/Interfaces';
2
-import HTMLType from './HTMLTypes';
+import HTMLTypes from './HTMLTypes';
3
4
-const HTMLTypes = [...HTMLType];
5
// This is the state that will be set for a new project or when the user resets the state of their project
6
export const initialState: State = {
7
name: '',
0 commit comments