# fluent-community/trunk/assets/SpaceNotFound.js

FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS &amp; Online Courses, version trunk. 2 lines.

- Page: https://pluginprobe.com/plugins/fluent-community/trunk/code/assets/SpaceNotFound.js
- Raw: https://pluginprobe.com/plugins/fluent-community/trunk/raw/assets/SpaceNotFound.js
- Modified: 2026-09-14T17:18:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-community/trunk/code/assets/SpaceNotFound.js#L10-L20`.

```javascript
import{N as s}from"./app.js?ver=2.10.01";import{E as a,ae as r,D as n}from"./vue.js?ver=2.10.01";import{_ as p}from"./emoji-picker.js?ver=2.10.01";import"./vue-router.js?ver=2.10.01";import"./element-plus.js?ver=2.10.01";import"./fcom-utils.js?ver=2.10.01";import"./dayjs.js?ver=2.10.01";import"./vendor.js?ver=2.10.01";import"./pinia.js?ver=2.10.01";import"./milkdown.js?ver=2.10.01";const c={name:"SpaceNotFound",components:{NotFoundResult:s},props:["space_profile","space_slug"],computed:{actions(){return[{text:this.$t("Back to Space"),class:"fcom_primary_button",action:()=>{this.$router.push({name:"space_feeds",params:{space:this.space_slug||this.$route.params.space}})}}]}}};function i(o,m,u,_,l,t){const e=r("not-found-result");return n(),a(e,{title:o.$t("Page Not Found"),message:o.$t("The page you are looking for does not exist or has been removed."),actions:t.actions},null,8,["title","message","actions"])}const S=p(c,[["render",i]]);export{S as default};

```
