Move status into a seperate package
This commit is contained in:
parent
4752c0fcec
commit
3fada6ad38
23 changed files with 220 additions and 197 deletions
|
|
@ -171,6 +171,5 @@ func ExportComponent[Component any, InitParams any, ConcreteComponentType any](
|
|||
}
|
||||
}
|
||||
|
||||
var component ConcreteComponentType
|
||||
return component
|
||||
panic("ExportComponent: Attempted to export unregistered component")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue