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

index.js « terminal « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8faff59fd455e5eedb0ff29e6c1d5adbbf927530 (plain)
1
2
3
import Terminal from './terminal';

export default () => new Terminal(document.getElementById('terminal'));