diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-03-02 15:35:49 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-03-02 15:35:49 +0400 |
commit | 4a45b96a91485a39f26bcc86b6cbd21d1547511e (patch) | |
tree | b4a6cc3f7be26b84b85d3a1ff3adc9b896b54e85 /priv/static/packs/features/generic_not_found.js.map | |
parent | f446744a6a72d707504c2ba20ea2326f956b5097 (diff) | |
parent | 45b08ca1665920564c9daf35a96e93dff031a649 (diff) | |
download | pleroma-4a45b96a91485a39f26bcc86b6cbd21d1547511e.tar.gz pleroma-4a45b96a91485a39f26bcc86b6cbd21d1547511e.zip |
Merge branch 'develop' into fix/signup-without-email
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 |