Uninstall preact
This commit is contained in:
parent
55f15c9350
commit
46228c6b18
3 changed files with 2 additions and 25 deletions
|
@ -1,3 +1,5 @@
|
|||
import React from 'react';
|
||||
|
||||
export default function Message(props) {
|
||||
switch (props.mode) {
|
||||
case 'error':
|
||||
|
|
Reference in a new issue