| Dixsie Wolmers | 11e655c | 2020-08-26 14:53:01 -0500 | [diff] [blame] | 1 | <template> |
| 2 | <b-container fluid="xl"> | ||||
| 3 | <page-title :description="$t('pagePageNotFound.description')" /> | ||||
| 4 | </b-container> | ||||
| 5 | </template> | ||||
| 6 | <script> | ||||
| 7 | import PageTitle from '@/components/Global/PageTitle'; | ||||
| 8 | export default { | ||||
| 9 | name: 'PageNotFound', | ||||
| Derick Montague | 602e98a | 2020-10-21 16:20:00 -0500 | [diff] [blame] | 10 | components: { PageTitle }, |
| Dixsie Wolmers | 11e655c | 2020-08-26 14:53:01 -0500 | [diff] [blame] | 11 | }; |
| 12 | </script> | ||||