mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-28 17:58:01 +00:00
Add dummy package to fix build (#3)
This commit is contained in:
@@ -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');
|
||||
}
|
||||
Reference in New Issue
Block a user