Skip to content

Commit

Permalink
ux/client: the {error} boundary now uses the {dead} screen from the {…
Browse files Browse the repository at this point in the history
…stop} view
  • Loading branch information
aivazis committed Oct 21, 2023
1 parent 38c3f62 commit 44d3cb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
27 changes: 0 additions & 27 deletions ux/client/dead.js

This file was deleted.

3 changes: 1 addition & 2 deletions ux/client/qed.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import 'lazysizes/plugins/native-loading/ls.native-loading'
// context
import { environment } from '~/context'
// components
import { Dead } from './dead'
import { ErrorBoundary } from './boundary'
// views
import {
Expand All @@ -35,7 +34,7 @@ import {
// the main page
Main,
// boilerplate
Loading, NYI, Stop,
Loading, NYI, Stop, Dead,
} from '~/views'


Expand Down

0 comments on commit 44d3cb5

Please sign in to comment.