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

index.js « languages « lib « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c85a1104fc74b2cfc90432cb8f25e55d6a55644 (plain)
1
2
3
4
5
import vue from './vue';

const languages = [vue];

export default languages;