summaryrefslogtreecommitdiff
path: root/priv/static/packs/features/glitch/async/search.js.map
diff options
context:
space:
mode:
authorSean King <seanking2919@protonmail.com>2021-04-15 22:56:21 -0600
committerSean King <seanking2919@protonmail.com>2021-04-15 22:56:21 -0600
commit4f55d5123b9d2110ff803e8e9cd2c0f968bc63fc (patch)
tree5b654659899440e5ea90514a9e74b2bcebe24be1 /priv/static/packs/features/glitch/async/search.js.map
parent152cb3074e855b0b20011eeb309d9ea5393821aa (diff)
downloadpleroma-4f55d5123b9d2110ff803e8e9cd2c0f968bc63fc.tar.gz
pleroma-4f55d5123b9d2110ff803e8e9cd2c0f968bc63fc.zip
Remove MastoFE-related backend code and frontend pieces
Diffstat (limited to 'priv/static/packs/features/glitch/async/search.js.map')
-rw-r--r--priv/static/packs/features/glitch/async/search.js.map1
1 files changed, 0 insertions, 1 deletions
diff --git a/priv/static/packs/features/glitch/async/search.js.map b/priv/static/packs/features/glitch/async/search.js.map
deleted file mode 100644
index 6f99ce16c..000000000
--- a/priv/static/packs/features/glitch/async/search.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["webpack:///app/javascript/tank/sources/git/git.pleroma.social/pleroma/mastofe/app/javascript/flavours/glitch/features/search/index.js"],"names":["Search","className"],"mappings":"uIAgBeA,UAZA,kBACb,mBAAKC,UAAU,2BAAf,EACE,YAAC,IAAD,IAEA,mBAAKA,UAAU,sBAAf,EACE,mBAAKA,UAAU,6BAAf,EACE,YAAC,IAAD","file":"features/glitch/async/search.js","sourcesContent":["import React from 'react';\nimport SearchContainer from 'flavours/glitch/features/compose/containers/search_container';\nimport SearchResultsContainer from 'flavours/glitch/features/compose/containers/search_results_container';\n\nconst Search = () => (\n <div className='column search-page'>\n <SearchContainer />\n\n <div className='drawer__pager'>\n <div className='drawer__inner darker'>\n <SearchResultsContainer />\n </div>\n </div>\n </div>\n);\n\nexport default Search;\n"],"sourceRoot":""} \ No newline at end of file