pngwn
asd
d2aab3f
raw
history blame contribute delete
236 Bytes
<script>
export let data = {
config: {
foo: 'bar'
}
};
</script>
<h1>
Welcome to the config page! This config is loaded from the python server backing this application.
</h1>
<pre>{JSON.stringify(data.config, null, 2)}</pre>