Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « edit « issues « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f27f379d8c548e1557f2eb2c574dcd4ae32730f (plain)
1
2
3
4
5
import initForm from '../form';

export default () => {
  initForm();
};