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

index.js « index « models « ml « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62d326f43a5ee01414fba78f1e2ac603abb2b380 (plain)
1
2
3
4
import { initSimpleApp } from '~/helpers/init_simple_app_helper';
import MlModelsIndex from '~/ml/model_registry/routes/models/index';

initSimpleApp('#js-index-ml-models', MlModelsIndex);