Skip to content

Commit

Permalink
Add removed import in error
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula-Kli committed Jun 15, 2021
1 parent efd0aa4 commit 82aa1a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/messages.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { StatusMessage } from 'lively.halos';
import { Icon } from 'lively.morphic';
import { Color } from 'lively.graphics';

export function error (message = 'Error!', props = {}) {
const { color = Color.red, delay = 4000 } = props;
Expand Down

0 comments on commit 82aa1a7

Please sign in to comment.