File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import org.http4s.*
55import org .http4s .HttpApp
66import org .http4s .ember .client .EmberClientBuilder
77import org .http4s .ember .server .EmberServerBuilder
8+ import org .http4s .server .Server
89
910import com .comcast .ip4s .Port
1011import com .comcast .ip4s .host
@@ -22,7 +23,6 @@ import cats.implicits.*
2223
2324import _root_ .io .circe .*
2425import _root_ .io .circe .Encoder
25- import org .http4s .server .Server
2626
2727sealed trait FrontendEvent derives Encoder .AsObject
2828
Original file line number Diff line number Diff line change 11import scala .compiletime .uninitialized
2+ import scala .concurrent .duration .*
23
34import org .http4s .HttpRoutes
5+ import org .http4s .Method
6+ import org .http4s .Uri
47import org .http4s .dsl .io .*
8+ import org .http4s .ember .client .EmberClientBuilder
59import org .http4s .ember .server .EmberServerBuilder
610
711import com .comcast .ip4s .Port
@@ -10,15 +14,9 @@ import com.microsoft.playwright.assertions.LocatorAssertions.ContainsTextOptions
1014import com .microsoft .playwright .assertions .PlaywrightAssertions .assertThat
1115
1216import cats .effect .IO
13- import munit .CatsEffectSuite
14- import LiveServer .LiveServerConfig
1517
16- import org .http4s .ember .client .EmberClientBuilder
17- import org .http4s .Method
18- import org .http4s .Uri
19- import scalatags .Text .styles
20-
21- import scala .concurrent .duration .*
18+ import LiveServer .LiveServerConfig
19+ import munit .CatsEffectSuite
2220
2321/*
2422Run
You can’t perform that action at this time.
0 commit comments