mirror of https://github.com/pulumi/pulumi.git
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
![]() |
// Copyright 2016-2021, Pulumi Corporation. All rights reserved.
|
||
|
|
||
|
import { Component } from "./component";
|
||
|
|
||
|
const componentA = new Component("a");
|