Skip to content

Commit

Permalink
Update ComponentHead.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
artf authored Nov 5, 2024
1 parent a78578b commit fcf3db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/dom_components/model/ComponentHead.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Component from './Component';
import { toLowerCase } from '../../utils/mixins';
import { ComponentDefinition, DraggableDroppableFn } from './types';
import { DraggableDroppableFn } from './types';

export const type = 'head';
const droppable = ['title', 'style', 'base', 'link', 'meta', 'script', 'noscript'];
Expand Down

0 comments on commit fcf3db3

Please sign in to comment.