mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
8 lines
172 B
HTML
8 lines
172 B
HTML
<link rel="import" href="../../resources/dump-as-text.html" />
|
|
<link rel="import" href="pass.html" as="banana" />
|
|
<script>
|
|
this.exports = {
|
|
message: banana,
|
|
};
|
|
</script>
|