Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIXED double "need to" on "If statements" page #6

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
cc53fba
FIXED double "need to" on "If statements" page
beerlincur May 6, 2023
58a3455
FIXED double "need to" on "If statements" page [builded]
beerlincur May 6, 2023
47fe0a2
Update Tact compiler to latest version
howardpen9 Aug 31, 2023
17f78cf
Merge pull request #10 from howardpen9/howard-patch-4-UpdateCompilerV…
talkol Sep 5, 2023
925a9ae
update Readme and adding Changelog
howardpen9 Sep 8, 2023
98e359e
Update Readme and adding changelog
howardpen9 Sep 8, 2023
0c711fd
Merge pull request #11 from howardpen9/howard-patch-5-add-change-log
howardpen9 Sep 26, 2023
d49e627
Update
howardpen9 Sep 27, 2023
8f75a9f
Merge pull request #12 from howardpen9/howard-patch-6--Optimized-Term…
howardpen9 Sep 27, 2023
63f1ca2
[0.4.0] - 2023-09-29
howardpen9 Sep 29, 2023
517a508
Merge pull request #13 from howardpen9/howard-patch-7
howardpen9 Sep 29, 2023
75a75e5
Update: [0.5.0]
howardpen9 Oct 5, 2023
83b320c
Update content.md
arashnm80 Oct 10, 2023
b56946c
Merge pull request #14 from tact-lang/howard-patch-8-JettonToken
howardpen9 Oct 16, 2023
e60b5e8
just changed the sender's message to be match.
SC-One Oct 17, 2023
05af0be
corerction msg.
SC-One Oct 17, 2023
94d40d0
update doc for message correction
SC-One Oct 17, 2023
eb8b471
Merge pull request #16 from arashnm80/patch-1
howardpen9 Oct 26, 2023
19288b3
Merge pull request #20 from SC-One/dev_patch
howardpen9 Oct 26, 2023
9b69403
Updates
howardpen9 Oct 29, 2023
b5e61a2
Merge pull request #22 from tact-lang/howard-patch-9-content
howardpen9 Oct 29, 2023
6c9ca93
Updates. [0.6.2] - 2023-10-30
howardpen9 Oct 29, 2023
770837d
Merge pull request #23 from tact-lang/howard-patch-9-content
howardpen9 Oct 29, 2023
c75ac50
Fix comments for shl/shr
anton-trunov Nov 27, 2023
736ed59
Merge pull request #27 from tact-lang/fix-shr-shl
howardpen9 Nov 27, 2023
334313f
Replace `overrides` with `override` in a contract (#26)
mhbdev Nov 27, 2023
c6e8f6c
fix: remove `overrides` leftovers (#29)
anton-trunov Nov 27, 2023
7e85f62
Fixed address bit length (#8)
ProgramCrafter Nov 27, 2023
0c45422
Revert "FIXED double "need to" on "If statements" page [builded]"
beerlincur Nov 27, 2023
996de3c
FIXED double "need to" on "If statements" page
beerlincur May 6, 2023
cd57972
FIXED double "need to" on "If statements" page [builded]
beerlincur May 6, 2023
13b3706
Revert "FIXED double "need to" on "If statements" page [builded]"
beerlincur Nov 27, 2023
fe564ec
Merge remote-tracking branch 'origin/main'
beerlincur Nov 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/01-a-simple-counter.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_layout.e2caa7e1.css" rel="stylesheet">
<link href="./_app/immutable/assets/app.8bddbbc4.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/entry/start.932e2960.js">
<link rel="modulepreload" href="./_app/immutable/entry/start.ba556a23.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.9fe14626.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.0d6f68c3.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.3f3e364a.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.1c761ed5.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.92c75275.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.a9968b3e.js">
<link rel="modulepreload" href="./_app/immutable/entry/layout.svelte.2cd9eabd.js">
<link rel="modulepreload" href="./_app/immutable/entry/_layout.ts.984db11e.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout.da46b06b.js">
Expand Down Expand Up @@ -113,7 +113,7 @@

<script>
{
__sveltekit_102lvw5 = {
__sveltekit_1av0vcg = {
env: {},
base: new URL(".", location).pathname.slice(0, -1),
element: document.currentScript.parentElement
Expand All @@ -122,10 +122,10 @@
const data = [null,null,null];

Promise.all([
import("./_app/immutable/entry/start.932e2960.js"),
import("./_app/immutable/entry/app.92c75275.js")
import("./_app/immutable/entry/start.ba556a23.js"),
import("./_app/immutable/entry/app.a9968b3e.js")
]).then(([kit, app]) => {
kit.start(app, __sveltekit_102lvw5.element, {
kit.start(app, __sveltekit_1av0vcg.element, {
node_ids: [0, 2, 5],
data,
form: null,
Expand Down
14 changes: 7 additions & 7 deletions docs/01-hello-world.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_layout.e2caa7e1.css" rel="stylesheet">
<link href="./_app/immutable/assets/app.8bddbbc4.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/entry/start.932e2960.js">
<link rel="modulepreload" href="./_app/immutable/entry/start.ba556a23.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.9fe14626.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.0d6f68c3.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.3f3e364a.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.1c761ed5.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.92c75275.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.a9968b3e.js">
<link rel="modulepreload" href="./_app/immutable/entry/layout.svelte.2cd9eabd.js">
<link rel="modulepreload" href="./_app/immutable/entry/_layout.ts.984db11e.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout.da46b06b.js">
Expand Down Expand Up @@ -121,7 +121,7 @@ <h2 id="receiving-messages">Receiving messages</h2>

<script>
{
__sveltekit_102lvw5 = {
__sveltekit_1av0vcg = {
env: {},
base: new URL(".", location).pathname.slice(0, -1),
element: document.currentScript.parentElement
Expand All @@ -130,10 +130,10 @@ <h2 id="receiving-messages">Receiving messages</h2>
const data = [null,null,null];

Promise.all([
import("./_app/immutable/entry/start.932e2960.js"),
import("./_app/immutable/entry/app.92c75275.js")
import("./_app/immutable/entry/start.ba556a23.js"),
import("./_app/immutable/entry/app.a9968b3e.js")
]).then(([kit, app]) => {
kit.start(app, __sveltekit_102lvw5.element, {
kit.start(app, __sveltekit_1av0vcg.element, {
node_ids: [0, 2, 6],
data,
form: null,
Expand Down
14 changes: 7 additions & 7 deletions docs/01-the-deployable-trait.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_layout.e2caa7e1.css" rel="stylesheet">
<link href="./_app/immutable/assets/app.8bddbbc4.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/entry/start.932e2960.js">
<link rel="modulepreload" href="./_app/immutable/entry/start.ba556a23.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.9fe14626.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.0d6f68c3.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.3f3e364a.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.1c761ed5.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.92c75275.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.a9968b3e.js">
<link rel="modulepreload" href="./_app/immutable/entry/layout.svelte.2cd9eabd.js">
<link rel="modulepreload" href="./_app/immutable/entry/_layout.ts.984db11e.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout.da46b06b.js">
Expand Down Expand Up @@ -128,7 +128,7 @@ <h2 id="a-simple-interaction">A simple interaction</h2>

<script>
{
__sveltekit_102lvw5 = {
__sveltekit_1av0vcg = {
env: {},
base: new URL(".", location).pathname.slice(0, -1),
element: document.currentScript.parentElement
Expand All @@ -137,10 +137,10 @@ <h2 id="a-simple-interaction">A simple interaction</h2>
const data = [null,null,null];

Promise.all([
import("./_app/immutable/entry/start.932e2960.js"),
import("./_app/immutable/entry/app.92c75275.js")
import("./_app/immutable/entry/start.ba556a23.js"),
import("./_app/immutable/entry/app.a9968b3e.js")
]).then(([kit, app]) => {
kit.start(app, __sveltekit_102lvw5.element, {
kit.start(app, __sveltekit_1av0vcg.element, {
node_ids: [0, 2, 7],
data,
form: null,
Expand Down
14 changes: 7 additions & 7 deletions docs/02-addresses.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_layout.e2caa7e1.css" rel="stylesheet">
<link href="./_app/immutable/assets/app.8bddbbc4.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/entry/start.932e2960.js">
<link rel="modulepreload" href="./_app/immutable/entry/start.ba556a23.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.9fe14626.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.0d6f68c3.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.3f3e364a.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.1c761ed5.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.92c75275.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.a9968b3e.js">
<link rel="modulepreload" href="./_app/immutable/entry/layout.svelte.2cd9eabd.js">
<link rel="modulepreload" href="./_app/immutable/entry/_layout.ts.984db11e.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout.da46b06b.js">
Expand Down Expand Up @@ -162,7 +162,7 @@

<script>
{
__sveltekit_102lvw5 = {
__sveltekit_1av0vcg = {
env: {},
base: new URL(".", location).pathname.slice(0, -1),
element: document.currentScript.parentElement
Expand All @@ -171,10 +171,10 @@
const data = [null,null,null];

Promise.all([
import("./_app/immutable/entry/start.932e2960.js"),
import("./_app/immutable/entry/app.92c75275.js")
import("./_app/immutable/entry/start.ba556a23.js"),
import("./_app/immutable/entry/app.a9968b3e.js")
]).then(([kit, app]) => {
kit.start(app, __sveltekit_102lvw5.element, {
kit.start(app, __sveltekit_1av0vcg.element, {
node_ids: [0, 2, 8],
data,
form: null,
Expand Down
14 changes: 7 additions & 7 deletions docs/02-bools.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_layout.e2caa7e1.css" rel="stylesheet">
<link href="./_app/immutable/assets/app.8bddbbc4.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/entry/start.932e2960.js">
<link rel="modulepreload" href="./_app/immutable/entry/start.ba556a23.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.9fe14626.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.0d6f68c3.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.3f3e364a.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.1c761ed5.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.92c75275.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.a9968b3e.js">
<link rel="modulepreload" href="./_app/immutable/entry/layout.svelte.2cd9eabd.js">
<link rel="modulepreload" href="./_app/immutable/entry/_layout.ts.984db11e.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout.da46b06b.js">
Expand Down Expand Up @@ -161,7 +161,7 @@ <h2 id="state-costs">State costs</h2>

<script>
{
__sveltekit_102lvw5 = {
__sveltekit_1av0vcg = {
env: {},
base: new URL(".", location).pathname.slice(0, -1),
element: document.currentScript.parentElement
Expand All @@ -170,10 +170,10 @@ <h2 id="state-costs">State costs</h2>
const data = [null,null,null];

Promise.all([
import("./_app/immutable/entry/start.932e2960.js"),
import("./_app/immutable/entry/app.92c75275.js")
import("./_app/immutable/entry/start.ba556a23.js"),
import("./_app/immutable/entry/app.a9968b3e.js")
]).then(([kit, app]) => {
kit.start(app, __sveltekit_102lvw5.element, {
kit.start(app, __sveltekit_1av0vcg.element, {
node_ids: [0, 2, 9],
data,
form: null,
Expand Down
14 changes: 7 additions & 7 deletions docs/02-constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_layout.e2caa7e1.css" rel="stylesheet">
<link href="./_app/immutable/assets/app.8bddbbc4.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/entry/start.932e2960.js">
<link rel="modulepreload" href="./_app/immutable/entry/start.ba556a23.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.9fe14626.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.0d6f68c3.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.3f3e364a.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.1c761ed5.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.92c75275.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.a9968b3e.js">
<link rel="modulepreload" href="./_app/immutable/entry/layout.svelte.2cd9eabd.js">
<link rel="modulepreload" href="./_app/immutable/entry/_layout.ts.984db11e.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout.da46b06b.js">
Expand Down Expand Up @@ -143,7 +143,7 @@ <h2 id="state-costs">State costs</h2>

<script>
{
__sveltekit_102lvw5 = {
__sveltekit_1av0vcg = {
env: {},
base: new URL(".", location).pathname.slice(0, -1),
element: document.currentScript.parentElement
Expand All @@ -152,10 +152,10 @@ <h2 id="state-costs">State costs</h2>
const data = [null,null,null];

Promise.all([
import("./_app/immutable/entry/start.932e2960.js"),
import("./_app/immutable/entry/app.92c75275.js")
import("./_app/immutable/entry/start.ba556a23.js"),
import("./_app/immutable/entry/app.a9968b3e.js")
]).then(([kit, app]) => {
kit.start(app, __sveltekit_102lvw5.element, {
kit.start(app, __sveltekit_1av0vcg.element, {
node_ids: [0, 2, 10],
data,
form: null,
Expand Down
14 changes: 7 additions & 7 deletions docs/02-integer-ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_layout.e2caa7e1.css" rel="stylesheet">
<link href="./_app/immutable/assets/app.8bddbbc4.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/entry/start.932e2960.js">
<link rel="modulepreload" href="./_app/immutable/entry/start.ba556a23.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.9fe14626.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.0d6f68c3.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.3f3e364a.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.1c761ed5.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.92c75275.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.a9968b3e.js">
<link rel="modulepreload" href="./_app/immutable/entry/layout.svelte.2cd9eabd.js">
<link rel="modulepreload" href="./_app/immutable/entry/_layout.ts.984db11e.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout.da46b06b.js">
Expand Down Expand Up @@ -150,7 +150,7 @@

<script>
{
__sveltekit_102lvw5 = {
__sveltekit_1av0vcg = {
env: {},
base: new URL(".", location).pathname.slice(0, -1),
element: document.currentScript.parentElement
Expand All @@ -159,10 +159,10 @@
const data = [null,null,null];

Promise.all([
import("./_app/immutable/entry/start.932e2960.js"),
import("./_app/immutable/entry/app.92c75275.js")
import("./_app/immutable/entry/start.ba556a23.js"),
import("./_app/immutable/entry/app.a9968b3e.js")
]).then(([kit, app]) => {
kit.start(app, __sveltekit_102lvw5.element, {
kit.start(app, __sveltekit_1av0vcg.element, {
node_ids: [0, 2, 11],
data,
form: null,
Expand Down
14 changes: 7 additions & 7 deletions docs/02-integers.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_layout.e2caa7e1.css" rel="stylesheet">
<link href="./_app/immutable/assets/app.8bddbbc4.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/entry/start.932e2960.js">
<link rel="modulepreload" href="./_app/immutable/entry/start.ba556a23.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.9fe14626.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.0d6f68c3.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.3f3e364a.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.1c761ed5.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.92c75275.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.a9968b3e.js">
<link rel="modulepreload" href="./_app/immutable/entry/layout.svelte.2cd9eabd.js">
<link rel="modulepreload" href="./_app/immutable/entry/_layout.ts.984db11e.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout.da46b06b.js">
Expand Down Expand Up @@ -150,7 +150,7 @@ <h2 id="decimal-point-with-integers">Decimal point with integers</h2>

<script>
{
__sveltekit_102lvw5 = {
__sveltekit_1av0vcg = {
env: {},
base: new URL(".", location).pathname.slice(0, -1),
element: document.currentScript.parentElement
Expand All @@ -159,10 +159,10 @@ <h2 id="decimal-point-with-integers">Decimal point with integers</h2>
const data = [null,null,null];

Promise.all([
import("./_app/immutable/entry/start.932e2960.js"),
import("./_app/immutable/entry/app.92c75275.js")
import("./_app/immutable/entry/start.ba556a23.js"),
import("./_app/immutable/entry/app.a9968b3e.js")
]).then(([kit, app]) => {
kit.start(app, __sveltekit_102lvw5.element, {
kit.start(app, __sveltekit_1av0vcg.element, {
node_ids: [0, 2, 12],
data,
form: null,
Expand Down
14 changes: 7 additions & 7 deletions docs/02-strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_layout.e2caa7e1.css" rel="stylesheet">
<link href="./_app/immutable/assets/app.8bddbbc4.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/entry/start.932e2960.js">
<link rel="modulepreload" href="./_app/immutable/entry/start.ba556a23.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.9fe14626.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.0d6f68c3.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.3f3e364a.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.1c761ed5.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.92c75275.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.a9968b3e.js">
<link rel="modulepreload" href="./_app/immutable/entry/layout.svelte.2cd9eabd.js">
<link rel="modulepreload" href="./_app/immutable/entry/_layout.ts.984db11e.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout.da46b06b.js">
Expand Down Expand Up @@ -165,7 +165,7 @@ <h2 id="state-costs">State costs</h2>

<script>
{
__sveltekit_102lvw5 = {
__sveltekit_1av0vcg = {
env: {},
base: new URL(".", location).pathname.slice(0, -1),
element: document.currentScript.parentElement
Expand All @@ -174,10 +174,10 @@ <h2 id="state-costs">State costs</h2>
const data = [null,null,null];

Promise.all([
import("./_app/immutable/entry/start.932e2960.js"),
import("./_app/immutable/entry/app.92c75275.js")
import("./_app/immutable/entry/start.ba556a23.js"),
import("./_app/immutable/entry/app.a9968b3e.js")
]).then(([kit, app]) => {
kit.start(app, __sveltekit_102lvw5.element, {
kit.start(app, __sveltekit_1av0vcg.element, {
node_ids: [0, 2, 13],
data,
form: null,
Expand Down
14 changes: 7 additions & 7 deletions docs/02-variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_layout.e2caa7e1.css" rel="stylesheet">
<link href="./_app/immutable/assets/app.8bddbbc4.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/entry/start.932e2960.js">
<link rel="modulepreload" href="./_app/immutable/entry/start.ba556a23.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.9fe14626.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.0d6f68c3.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.3f3e364a.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.1c761ed5.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.92c75275.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.a9968b3e.js">
<link rel="modulepreload" href="./_app/immutable/entry/layout.svelte.2cd9eabd.js">
<link rel="modulepreload" href="./_app/immutable/entry/_layout.ts.984db11e.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout.da46b06b.js">
Expand Down Expand Up @@ -154,7 +154,7 @@

<script>
{
__sveltekit_102lvw5 = {
__sveltekit_1av0vcg = {
env: {},
base: new URL(".", location).pathname.slice(0, -1),
element: document.currentScript.parentElement
Expand All @@ -163,10 +163,10 @@
const data = [null,null,null];

Promise.all([
import("./_app/immutable/entry/start.932e2960.js"),
import("./_app/immutable/entry/app.92c75275.js")
import("./_app/immutable/entry/start.ba556a23.js"),
import("./_app/immutable/entry/app.a9968b3e.js")
]).then(([kit, app]) => {
kit.start(app, __sveltekit_102lvw5.element, {
kit.start(app, __sveltekit_1av0vcg.element, {
node_ids: [0, 2, 14],
data,
form: null,
Expand Down
Loading