Add dummy package to fix build (#3)

This commit is contained in:
Jaco Greeff
2020-10-12 12:36:14 +02:00
committed by GitHub
parent d3748d0e0c
commit cd63585170
7 changed files with 720 additions and 7446 deletions
+10
View File
@@ -0,0 +1,10 @@
// Copyright 2020 @polkadot/phishing authors & contributors
// SPDX-License-Identifier: Apache-2.0
export interface Dummy {
dummy: string;
}
export default function dummy (): void {
console.error('unused');
}