mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 07:14:37 +00:00
848f72f66a
* ui: move AppError and ErrorState to glimmer components * yarn.lock changes
11 lines
196 B
Handlebars
11 lines
196 B
Handlebars
<AppView>
|
|
<BlockSlot @name="header">
|
|
<h1>
|
|
Error {{@error.status}}
|
|
</h1>
|
|
</BlockSlot>
|
|
<BlockSlot @name="content">
|
|
<ErrorState @error={{@error}} />
|
|
</BlockSlot>
|
|
</AppView>
|