mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-23 17:41:50 +01:00
Initial commit
This commit is contained in:
9
app/views/html/package.scala
Normal file
9
app/views/html/package.scala
Normal file
@@ -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