mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 06:35:32 +03:00
dbug fe: include missing component
This commit is contained in:
parent
c991e17871
commit
fe2e3861bb
15
pkg/interface/dbug/src/js/components/message-screen.js
Normal file
15
pkg/interface/dbug/src/js/components/message-screen.js
Normal file
@ -0,0 +1,15 @@
|
||||
import React, { Component } from 'react';
|
||||
|
||||
export class MessageScreen extends Component {
|
||||
render() {
|
||||
return (
|
||||
<div className="h-100 w-100 overflow-x-hidden flex flex-column bg-white bg-gray0-d dn db-ns">
|
||||
<div className="pl3 pr3 pt2 dt pb3 w-100 h-100">
|
||||
<p className="f8 pt3 gray2 w-100 h-100 dtc v-mid tc">
|
||||
{this.props.text}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user