Skip to content

Commit

Permalink
fix: revert back to correct exports
Browse files Browse the repository at this point in the history
  • Loading branch information
agdimech committed May 13, 2022
1 parent c8592fc commit f3c66bd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/aws-prototyping-sdk/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

export class Hello {
public sayHello() {
return "hello, world!";
}
}
export * as pdk_pipeline from "./pdk_pipeline";
export * as pdk_projen from "./pdk_projen";

0 comments on commit f3c66bd

Please sign in to comment.