Skip to content

Commit 11b6f30

Browse files
committed
generatecode works with custom elements and also recognizes real HTML tags
1 parent d21c68a commit 11b6f30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/context/initialState.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { State } from '../interfaces/Interfaces';
2-
import HTMLType from './HTMLTypes';
2+
import HTMLTypes from './HTMLTypes';
33

4-
const HTMLTypes = [...HTMLType];
54
// This is the state that will be set for a new project or when the user resets the state of their project
65
export const initialState: State = {
76
name: '',

0 commit comments

Comments
 (0)