Page MenuHomeSoftware Heritage

index.js
No OneTemporary

index.js

/**
* 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

Mime Type
text/x-java
Expires
Thu, Jul 3, 11:44 AM (4 d, 17 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3319234

Event Timeline