mirror of
https://gitee.com/gitea/gitea
synced 2025-11-04 00:20:25 +08:00
11 lines
177 B
Go
11 lines
177 B
Go
package user
|
|
|
|
import (
|
|
"code.gitea.io/gitea/modules/context"
|
|
)
|
|
|
|
// Notifications is the notifications page
|
|
func Notifications(c *context.Context) {
|
|
panic("Not implemented")
|
|
}
|