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: 49aeb377c7495b4289d4f9f24d0101e74a2f3ed8 (plain)
1
2
3
import Terminal from './terminal';

export default () => new Terminal({ selector: '#terminal' });