Skip to content

Commit

Permalink
Upgrade to Hilla 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samie committed Dec 15, 2022
1 parent 0e6fa94 commit bd2dafb
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 245 deletions.
2 changes: 1 addition & 1 deletion frontend/views/addon/addon-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { View, AddonJsonLd } from '../view';
import { BeforeEnterObserver, RouterLocation } from '@vaadin/router';
import { unsafeHTML } from 'lit/directives/unsafe-html.js';
import { guard } from 'lit/directives/guard.js';
import DomPurify from 'dompurify';
import * as DomPurify from 'dompurify';
import { marked } from 'marked';
import { highlight, languages } from 'prismjs';
import 'prismjs/themes/prism.css';
Expand Down
Loading

0 comments on commit bd2dafb

Please sign in to comment.