Fix pills for CIDER too
This commit is contained in:
parent
2824f468d9
commit
ce0a534db1
6 changed files with 27 additions and 7 deletions
|
@ -35,6 +35,10 @@ export default class PermalinkConstructor {
|
|||
throw new Error("Not implemented");
|
||||
}
|
||||
|
||||
forEntity(entityId: string): string {
|
||||
throw new Error("Not implemented");
|
||||
}
|
||||
|
||||
isPermalinkHost(host: string): boolean {
|
||||
throw new Error("Not implemented");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue