Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9313550
index.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
900 B
Subscribers
None
index.js
View Options
/**
* Copyright (C) 2018-2022 The Software Heritage developers
* See the AUTHORS file at the top-level directory of this distribution
* License: GNU Affero General Public License version 3, or any later version
* See top-level LICENSE file for more information
*/
// webapp entrypoint bundle centralizing global custom stylesheets
// and utility js modules used in all swh-web applications
// global swh-web custom stylesheets
import
'./breadcrumbs.css'
;
import
'./coverage.css'
;
import
'./webapp.css'
;
// utility js modules
export
*
from
'./badges'
;
export
*
from
'./code-highlighting'
;
export
*
from
'./history-counters'
;
export
*
from
'./math-typesetting'
;
export
*
from
'./notebook-rendering'
;
export
*
from
'./pdf-rendering'
;
export
*
from
'./readme-rendering'
;
export
*
from
'./sentry'
;
export
*
from
'./status-widget'
;
export
*
from
'./webapp-utils'
;
export
*
from
'./xss-filtering'
;
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Thu, Jul 3, 11:44 AM (5 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3319234
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment