add interface for apps

This commit is contained in:
cyber-dream 2023-03-15 15:34:03 +03:00
parent f2d9e55385
commit e93d442c79

5
websiteapp/websiteapp.go Normal file
View File

@ -0,0 +1,5 @@
package websiteapp
type WebDEApplication interface {
Render()
}