mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-10 05:46:19 +00:00
6 lines
152 B
Text
6 lines
152 B
Text
app "example-client"
|
|
packages { pf: "platform/client-side.roc" }
|
|
imports [ExampleApp.{ exampleApp }]
|
|
provides [app] to pf
|
|
|
|
app = exampleApp
|