Skip to content

Commit

Permalink
Fix quickstart example
Browse files Browse the repository at this point in the history
  • Loading branch information
yoohaemin authored Nov 11, 2024
1 parent e369dd4 commit 0ddf3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/docs/markdown/01-overview/02-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Now, let's use the generated code by the service. You need to create a scala fil
Implement your service by extending the generated Service trait. Wire up routes into server.

```scala mdoc:silent
import smithy4s.example.hello._
import smithy4s.hello._
import cats.effect._
import cats.implicits._
import org.http4s.implicits._
Expand Down

0 comments on commit 0ddf3a1

Please sign in to comment.