mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-06-14 18:24:29 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package views
|
||||
|
||||
import models.User
|
||||
|
||||
package object html {
|
||||
type SortedMap[A, B] = scala.collection.SortedMap[A, B]
|
||||
type UserAwareRequest[T] = controllers.AuthenticatedController#UserAwareRequest[T]
|
||||
type DefaultRequest = UserAwareRequest[_]
|
||||
}
|
||||
Reference in New Issue
Block a user