diff options
| author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-01 12:48:49 +0300 |
|---|---|---|
| committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-01 12:48:49 +0300 |
| commit | d9e4b77f8be8249b428a7ef1448c9a2161dee88a (patch) | |
| tree | 927869f5bdadc70c579b2fcbe09223a9dd593ab1 /priv/static/packs/features/generic_not_found.js.map | |
| parent | 814b275af7748df6bd11dfc6be1b4efce8d5ae70 (diff) | |
| parent | 438394d40447bdfb590ff206ad80907294da0e65 (diff) | |
| download | pleroma-d9e4b77f8be8249b428a7ef1448c9a2161dee88a.tar.gz pleroma-d9e4b77f8be8249b428a7ef1448c9a2161dee88a.zip | |
Merge branch 'develop' into gun
Diffstat (limited to 'priv/static/packs/features/generic_not_found.js.map')
| -rw-r--r-- | priv/static/packs/features/generic_not_found.js.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/static/packs/features/generic_not_found.js.map b/priv/static/packs/features/generic_not_found.js.map index 454a41cd8..3cad833d4 100644 --- a/priv/static/packs/features/generic_not_found.js.map +++ b/priv/static/packs/features/generic_not_found.js.map @@ -1 +1 @@ -{"version":3,"sources":["webpack:///app/javascript/tank/sources/git/git.pleroma.social/pleroma/mastofe/app/javascript/mastodon/features/generic_not_found/index.js"],"names":["GenericNotFound"],"mappings":"sIAUeA,UANS,kBACtB,YAAC,IAAD,UACE,YAAC,IAAD","file":"features/generic_not_found.js","sourcesContent":["import React from 'react';\nimport Column from '../ui/components/column';\nimport MissingIndicator from '../../components/missing_indicator';\n\nconst GenericNotFound = () => (\n <Column>\n <MissingIndicator />\n </Column>\n);\n\nexport default GenericNotFound;\n"],"sourceRoot":""}
\ No newline at end of file +{"version":3,"sources":["webpack:///app/javascript/tank/sources/git/git.pleroma.social/pleroma/mastofe/app/javascript/mastodon/features/generic_not_found/index.js"],"names":["GenericNotFound","fullPage"],"mappings":"uIAUeA,UANS,kBACtB,YAAC,IAAD,UACE,YAAC,IAAD,CAAkBC,UAAQ","file":"features/generic_not_found.js","sourcesContent":["import React from 'react';\nimport Column from '../ui/components/column';\nimport MissingIndicator from '../../components/missing_indicator';\n\nconst GenericNotFound = () => (\n <Column>\n <MissingIndicator fullPage />\n </Column>\n);\n\nexport default GenericNotFound;\n"],"sourceRoot":""}
\ No newline at end of file |
