{
  "type": "Program",
  "start": 0,
  "end": 962,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 35,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 26,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 26
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 12,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 12
              }
            },
            "name": "React"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 18,
        "end": 25,
        "loc": {
          "start": {
            "line": 1,
            "column": 18
          },
          "end": {
            "line": 1,
            "column": 25
          }
        },
        "value": "react",
        "rawValue": "react",
        "raw": "\"react\""
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * Shows when items are being fetched\n ",
          "start": 28,
          "end": 73,
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 3
            }
          },
          "range": [
            28,
            73
          ]
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 74,
      "end": 961,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 34,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 89,
        "end": 961,
        "loc": {
          "start": {
            "line": 6,
            "column": 15
          },
          "end": {
            "line": 34,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 95,
          "end": 114,
          "loc": {
            "start": {
              "line": 6,
              "column": 21
            },
            "end": {
              "line": 6,
              "column": 40
            }
          },
          "name": "SidebarFetchingView",
          "leadingComments": null
        },
        "superClass": {
          "type": "MemberExpression",
          "start": 123,
          "end": 138,
          "loc": {
            "start": {
              "line": 6,
              "column": 49
            },
            "end": {
              "line": 6,
              "column": 64
            }
          },
          "object": {
            "type": "Identifier",
            "start": 123,
            "end": 128,
            "loc": {
              "start": {
                "line": 6,
                "column": 49
              },
              "end": {
                "line": 6,
                "column": 54
              }
            },
            "name": "React"
          },
          "property": {
            "type": "Identifier",
            "start": 129,
            "end": 138,
            "loc": {
              "start": {
                "line": 6,
                "column": 55
              },
              "end": {
                "line": 6,
                "column": 64
              }
            },
            "name": "Component"
          },
          "computed": false
        },
        "body": {
          "type": "ClassBody",
          "start": 139,
          "end": 961,
          "loc": {
            "start": {
              "line": 6,
              "column": 65
            },
            "end": {
              "line": 34,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 144,
              "end": 958,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 2
                },
                "end": {
                  "line": 32,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 144,
                "end": 150,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 2
                  },
                  "end": {
                    "line": 8,
                    "column": 8
                  }
                },
                "name": "render"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 150,
                "end": 958,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 8
                  },
                  "end": {
                    "line": 32,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 153,
                  "end": 958,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 11
                    },
                    "end": {
                      "line": 32,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 159,
                      "end": 351,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 12,
                          "column": 55
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 163,
                          "end": 193,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 38
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 163,
                            "end": 171,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 16
                              }
                            },
                            "name": "location"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 174,
                            "end": 193,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 19
                              },
                              "end": {
                                "line": 9,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 174,
                              "end": 184,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 19
                                },
                                "end": {
                                  "line": 9,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 174,
                                "end": 178,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 23
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 179,
                                "end": 184,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 29
                                  }
                                },
                                "name": "props"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 185,
                              "end": 193,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 30
                                },
                                "end": {
                                  "line": 9,
                                  "column": 38
                                }
                              },
                              "name": "location"
                            },
                            "computed": false
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 203,
                          "end": 237,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 42
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 203,
                            "end": 213,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 18
                              }
                            },
                            "name": "breadcrumb"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 216,
                            "end": 237,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 21
                              },
                              "end": {
                                "line": 10,
                                "column": 42
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 216,
                              "end": 226,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 21
                                },
                                "end": {
                                  "line": 10,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 216,
                                "end": 220,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 25
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 221,
                                "end": 226,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 31
                                  }
                                },
                                "name": "props"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 227,
                              "end": 237,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 32
                                },
                                "end": {
                                  "line": 10,
                                  "column": 42
                                }
                              },
                              "name": "breadcrumb"
                            },
                            "computed": false
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 247,
                          "end": 294,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 55
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 247,
                            "end": 256,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 17
                              }
                            },
                            "name": "crumbText"
                          },
                          "init": {
                            "type": "LogicalExpression",
                            "start": 260,
                            "end": 294,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 21
                              },
                              "end": {
                                "line": 11,
                                "column": 55
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 260,
                              "end": 270,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 21
                                },
                                "end": {
                                  "line": 11,
                                  "column": 31
                                }
                              },
                              "name": "breadcrumb"
                            },
                            "operator": "||",
                            "right": {
                              "type": "MemberExpression",
                              "start": 274,
                              "end": 294,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 35
                                },
                                "end": {
                                  "line": 11,
                                  "column": 55
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 274,
                                "end": 282,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 43
                                  }
                                },
                                "name": "location"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 283,
                                "end": 294,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 55
                                  }
                                },
                                "name": "grandparent"
                              },
                              "computed": false
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 304,
                          "end": 350,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 54
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 304,
                            "end": 313,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 17
                              }
                            },
                            "name": "placeText"
                          },
                          "init": {
                            "type": "LogicalExpression",
                            "start": 316,
                            "end": 350,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 20
                              },
                              "end": {
                                "line": 12,
                                "column": 54
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 316,
                              "end": 332,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 20
                                },
                                "end": {
                                  "line": 12,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 316,
                                "end": 326,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 316,
                                  "end": 320,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 321,
                                  "end": 326,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 30
                                    }
                                  },
                                  "name": "props"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 327,
                                "end": 332,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 36
                                  }
                                },
                                "name": "place"
                              },
                              "computed": false
                            },
                            "operator": "||",
                            "right": {
                              "type": "MemberExpression",
                              "start": 336,
                              "end": 350,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 40
                                },
                                "end": {
                                  "line": 12,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 336,
                                "end": 344,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 48
                                  }
                                },
                                "name": "location"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 345,
                                "end": 350,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 54
                                  }
                                },
                                "name": "title"
                              },
                              "computed": false
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 357,
                      "end": 507,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4
                        },
                        "end": {
                          "line": 14,
                          "column": 154
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 361,
                          "end": 506,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 8
                            },
                            "end": {
                              "line": 14,
                              "column": 153
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 361,
                            "end": 372,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 19
                              }
                            },
                            "name": "backElement"
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 375,
                            "end": 506,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 22
                              },
                              "end": {
                                "line": 14,
                                "column": 153
                              }
                            },
                            "test": {
                              "type": "Identifier",
                              "start": 375,
                              "end": 384,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 22
                                },
                                "end": {
                                  "line": 14,
                                  "column": 31
                                }
                              },
                              "name": "crumbText"
                            },
                            "consequent": {
                              "type": "JSXElement",
                              "start": 387,
                              "end": 501,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 34
                                },
                                "end": {
                                  "line": 14,
                                  "column": 148
                                }
                              },
                              "openingElement": {
                                "type": "JSXOpeningElement",
                                "start": 387,
                                "end": 423,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 70
                                  }
                                },
                                "attributes": [
                                  {
                                    "type": "JSXAttribute",
                                    "start": 392,
                                    "end": 421,
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 68
                                      }
                                    },
                                    "name": {
                                      "type": "JSXIdentifier",
                                      "start": 392,
                                      "end": 401,
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 48
                                        }
                                      },
                                      "name": "className"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 402,
                                      "end": 421,
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 68
                                        }
                                      },
                                      "value": "location-subtitle",
                                      "rawValue": null,
                                      "raw": "\"location-subtitle\""
                                    }
                                  }
                                ],
                                "name": {
                                  "type": "JSXIdentifier",
                                  "start": 388,
                                  "end": 391,
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 38
                                    }
                                  },
                                  "name": "div"
                                },
                                "selfClosing": false
                              },
                              "closingElement": {
                                "type": "JSXClosingElement",
                                "start": 495,
                                "end": 501,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 142
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 148
                                  }
                                },
                                "name": {
                                  "type": "JSXIdentifier",
                                  "start": 497,
                                  "end": 500,
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 144
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 147
                                    }
                                  },
                                  "name": "div"
                                }
                              },
                              "children": [
                                {
                                  "type": "JSXElement",
                                  "start": 423,
                                  "end": 484,
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 70
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 131
                                    }
                                  },
                                  "openingElement": {
                                    "type": "JSXOpeningElement",
                                    "start": 423,
                                    "end": 480,
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 70
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 127
                                      }
                                    },
                                    "attributes": [
                                      {
                                        "type": "JSXAttribute",
                                        "start": 426,
                                        "end": 460,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 107
                                          }
                                        },
                                        "name": {
                                          "type": "JSXIdentifier",
                                          "start": 426,
                                          "end": 435,
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 73
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 82
                                            }
                                          },
                                          "name": "className"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 436,
                                          "end": 460,
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 83
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 107
                                            }
                                          },
                                          "value": "icon icon-chevron-left",
                                          "rawValue": null,
                                          "raw": "\"icon icon-chevron-left\""
                                        }
                                      },
                                      {
                                        "type": "JSXAttribute",
                                        "start": 461,
                                        "end": 479,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 108
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 126
                                          }
                                        },
                                        "name": {
                                          "type": "JSXIdentifier",
                                          "start": 461,
                                          "end": 472,
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 108
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 119
                                            }
                                          },
                                          "name": "aria-hidden"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 473,
                                          "end": 479,
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 120
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 126
                                            }
                                          },
                                          "value": "true",
                                          "rawValue": null,
                                          "raw": "\"true\""
                                        }
                                      }
                                    ],
                                    "name": {
                                      "type": "JSXIdentifier",
                                      "start": 424,
                                      "end": 425,
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 71
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 72
                                        }
                                      },
                                      "name": "i"
                                    },
                                    "selfClosing": false
                                  },
                                  "closingElement": {
                                    "type": "JSXClosingElement",
                                    "start": 480,
                                    "end": 484,
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 127
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 131
                                      }
                                    },
                                    "name": {
                                      "type": "JSXIdentifier",
                                      "start": 482,
                                      "end": 483,
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 129
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 130
                                        }
                                      },
                                      "name": "i"
                                    }
                                  },
                                  "children": []
                                },
                                {
                                  "type": "JSXExpressionContainer",
                                  "start": 484,
                                  "end": 495,
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 131
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 142
                                    }
                                  },
                                  "expression": {
                                    "type": "Identifier",
                                    "start": 485,
                                    "end": 494,
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 132
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 141
                                      }
                                    },
                                    "name": "crumbText"
                                  }
                                }
                              ]
                            },
                            "alternate": {
                              "type": "Literal",
                              "start": 504,
                              "end": 506,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 151
                                },
                                "end": {
                                  "line": 14,
                                  "column": 153
                                }
                              },
                              "value": "",
                              "rawValue": "",
                              "raw": "\"\""
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 513,
                      "end": 954,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 4
                        },
                        "end": {
                          "line": 31,
                          "column": 6
                        }
                      },
                      "argument": {
                        "type": "JSXElement",
                        "start": 528,
                        "end": 947,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 6
                          },
                          "end": {
                            "line": 30,
                            "column": 12
                          }
                        },
                        "openingElement": {
                          "type": "JSXOpeningElement",
                          "start": 528,
                          "end": 562,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 6
                            },
                            "end": {
                              "line": 17,
                              "column": 40
                            }
                          },
                          "attributes": [
                            {
                              "type": "JSXAttribute",
                              "start": 533,
                              "end": 561,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 11
                                },
                                "end": {
                                  "line": 17,
                                  "column": 39
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 533,
                                "end": 542,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 20
                                  }
                                },
                                "name": "className"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 543,
                                "end": 561,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 39
                                  }
                                },
                                "value": "sidebar fetching",
                                "rawValue": null,
                                "raw": "\"sidebar fetching\""
                              }
                            }
                          ],
                          "name": {
                            "type": "JSXIdentifier",
                            "start": 529,
                            "end": 532,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 7
                              },
                              "end": {
                                "line": 17,
                                "column": 10
                              }
                            },
                            "name": "div"
                          },
                          "selfClosing": false
                        },
                        "closingElement": {
                          "type": "JSXClosingElement",
                          "start": 941,
                          "end": 947,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 6
                            },
                            "end": {
                              "line": 30,
                              "column": 12
                            }
                          },
                          "name": {
                            "type": "JSXIdentifier",
                            "start": 943,
                            "end": 946,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 8
                              },
                              "end": {
                                "line": 30,
                                "column": 11
                              }
                            },
                            "name": "div"
                          }
                        },
                        "children": [
                          {
                            "type": "Literal",
                            "start": 562,
                            "end": 571,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 40
                              },
                              "end": {
                                "line": 18,
                                "column": 8
                              }
                            },
                            "value": "\n        ",
                            "rawValue": null,
                            "raw": "\n        "
                          },
                          {
                            "type": "JSXElement",
                            "start": 571,
                            "end": 845,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 26,
                                "column": 17
                              }
                            },
                            "openingElement": {
                              "type": "JSXOpeningElement",
                              "start": 571,
                              "end": 607,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 8
                                },
                                "end": {
                                  "line": 18,
                                  "column": 44
                                }
                              },
                              "attributes": [
                                {
                                  "type": "JSXAttribute",
                                  "start": 579,
                                  "end": 606,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 43
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 579,
                                    "end": 588,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 25
                                      }
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 589,
                                    "end": 606,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 43
                                      }
                                    },
                                    "value": "sidebar__header",
                                    "rawValue": null,
                                    "raw": "\"sidebar__header\""
                                  }
                                }
                              ],
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 572,
                                "end": 578,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 15
                                  }
                                },
                                "name": "header"
                              },
                              "selfClosing": false
                            },
                            "closingElement": {
                              "type": "JSXClosingElement",
                              "start": 836,
                              "end": 845,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 17
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 838,
                                "end": 844,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 16
                                  }
                                },
                                "name": "header"
                              }
                            },
                            "children": [
                              {
                                "type": "Literal",
                                "start": 607,
                                "end": 618,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 10
                                  }
                                },
                                "value": "\n          ",
                                "rawValue": null,
                                "raw": "\n          "
                              },
                              {
                                "type": "JSXElement",
                                "start": 618,
                                "end": 697,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 16
                                  }
                                },
                                "openingElement": {
                                  "type": "JSXOpeningElement",
                                  "start": 618,
                                  "end": 654,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 46
                                    }
                                  },
                                  "attributes": [
                                    {
                                      "type": "JSXAttribute",
                                      "start": 623,
                                      "end": 652,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 44
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 623,
                                        "end": 632,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 24
                                          }
                                        },
                                        "name": "className"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 633,
                                        "end": 652,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 44
                                          }
                                        },
                                        "value": "location-subtitle",
                                        "rawValue": null,
                                        "raw": "\"location-subtitle\""
                                      }
                                    }
                                  ],
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 619,
                                    "end": 622,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 14
                                      }
                                    },
                                    "name": "div"
                                  },
                                  "selfClosing": false
                                },
                                "closingElement": {
                                  "type": "JSXClosingElement",
                                  "start": 691,
                                  "end": 697,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 16
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 693,
                                    "end": 696,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 15
                                      }
                                    },
                                    "name": "div"
                                  }
                                },
                                "children": [
                                  {
                                    "type": "Literal",
                                    "start": 654,
                                    "end": 667,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 12
                                      }
                                    },
                                    "value": "\n            ",
                                    "rawValue": null,
                                    "raw": "\n            "
                                  },
                                  {
                                    "type": "JSXExpressionContainer",
                                    "start": 667,
                                    "end": 680,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 25
                                      }
                                    },
                                    "expression": {
                                      "type": "Identifier",
                                      "start": 668,
                                      "end": 679,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 24
                                        }
                                      },
                                      "name": "backElement"
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 680,
                                    "end": 691,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 10
                                      }
                                    },
                                    "value": "\n          ",
                                    "rawValue": null,
                                    "raw": "\n          "
                                  }
                                ]
                              },
                              {
                                "type": "Literal",
                                "start": 697,
                                "end": 708,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 10
                                  }
                                },
                                "value": "\n          ",
                                "rawValue": null,
                                "raw": "\n          "
                              },
                              {
                                "type": "JSXElement",
                                "start": 708,
                                "end": 779,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 15
                                  }
                                },
                                "openingElement": {
                                  "type": "JSXOpeningElement",
                                  "start": 708,
                                  "end": 739,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 41
                                    }
                                  },
                                  "attributes": [
                                    {
                                      "type": "JSXAttribute",
                                      "start": 712,
                                      "end": 738,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 40
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 712,
                                        "end": 721,
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 23
                                          }
                                        },
                                        "name": "className"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 722,
                                        "end": 738,
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 40
                                          }
                                        },
                                        "value": "sidebar__title",
                                        "rawValue": null,
                                        "raw": "\"sidebar__title\""
                                      }
                                    }
                                  ],
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 709,
                                    "end": 711,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 13
                                      }
                                    },
                                    "name": "h1"
                                  },
                                  "selfClosing": false
                                },
                                "closingElement": {
                                  "type": "JSXClosingElement",
                                  "start": 774,
                                  "end": 779,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 15
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 776,
                                    "end": 778,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 14
                                      }
                                    },
                                    "name": "h1"
                                  }
                                },
                                "children": [
                                  {
                                    "type": "Literal",
                                    "start": 739,
                                    "end": 752,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 12
                                      }
                                    },
                                    "value": "\n            ",
                                    "rawValue": null,
                                    "raw": "\n            "
                                  },
                                  {
                                    "type": "JSXExpressionContainer",
                                    "start": 752,
                                    "end": 763,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 23
                                      }
                                    },
                                    "expression": {
                                      "type": "Identifier",
                                      "start": 753,
                                      "end": 762,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 22
                                        }
                                      },
                                      "name": "placeText"
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 763,
                                    "end": 774,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 10
                                      }
                                    },
                                    "value": "\n          ",
                                    "rawValue": null,
                                    "raw": "\n          "
                                  }
                                ]
                              },
                              {
                                "type": "Literal",
                                "start": 779,
                                "end": 790,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 10
                                  }
                                },
                                "value": "\n          ",
                                "rawValue": null,
                                "raw": "\n          "
                              },
                              {
                                "type": "JSXElement",
                                "start": 790,
                                "end": 827,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 47
                                  }
                                },
                                "openingElement": {
                                  "type": "JSXOpeningElement",
                                  "start": 790,
                                  "end": 821,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 41
                                    }
                                  },
                                  "attributes": [
                                    {
                                      "type": "JSXAttribute",
                                      "start": 795,
                                      "end": 820,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 40
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 795,
                                        "end": 804,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 24
                                          }
                                        },
                                        "name": "className"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 805,
                                        "end": 820,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 40
                                          }
                                        },
                                        "value": "sidebar__tabs",
                                        "rawValue": null,
                                        "raw": "\"sidebar__tabs\""
                                      }
                                    }
                                  ],
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 791,
                                    "end": 794,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 14
                                      }
                                    },
                                    "name": "div"
                                  },
                                  "selfClosing": false
                                },
                                "closingElement": {
                                  "type": "JSXClosingElement",
                                  "start": 821,
                                  "end": 827,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 47
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 823,
                                    "end": 826,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 46
                                      }
                                    },
                                    "name": "div"
                                  }
                                },
                                "children": []
                              },
                              {
                                "type": "Literal",
                                "start": 827,
                                "end": 836,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 8
                                  }
                                },
                                "value": "\n        ",
                                "rawValue": null,
                                "raw": "\n        "
                              }
                            ]
                          },
                          {
                            "type": "Literal",
                            "start": 845,
                            "end": 854,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 17
                              },
                              "end": {
                                "line": 27,
                                "column": 8
                              }
                            },
                            "value": "\n        ",
                            "rawValue": null,
                            "raw": "\n        "
                          },
                          {
                            "type": "JSXElement",
                            "start": 854,
                            "end": 934,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 8
                              },
                              "end": {
                                "line": 29,
                                "column": 14
                              }
                            },
                            "openingElement": {
                              "type": "JSXOpeningElement",
                              "start": 854,
                              "end": 877,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 8
                                },
                                "end": {
                                  "line": 27,
                                  "column": 31
                                }
                              },
                              "attributes": [
                                {
                                  "type": "JSXAttribute",
                                  "start": 859,
                                  "end": 876,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 30
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 859,
                                    "end": 868,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 22
                                      }
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 869,
                                    "end": 876,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 30
                                      }
                                    },
                                    "value": "panel",
                                    "rawValue": null,
                                    "raw": "\"panel\""
                                  }
                                }
                              ],
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 855,
                                "end": 858,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 12
                                  }
                                },
                                "name": "div"
                              },
                              "selfClosing": false
                            },
                            "closingElement": {
                              "type": "JSXClosingElement",
                              "start": 928,
                              "end": 934,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 8
                                },
                                "end": {
                                  "line": 29,
                                  "column": 14
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 930,
                                "end": 933,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 13
                                  }
                                },
                                "name": "div"
                              }
                            },
                            "children": [
                              {
                                "type": "Literal",
                                "start": 877,
                                "end": 888,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 10
                                  }
                                },
                                "value": "\n          ",
                                "rawValue": null,
                                "raw": "\n          "
                              },
                              {
                                "type": "JSXElement",
                                "start": 888,
                                "end": 919,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 41
                                  }
                                },
                                "openingElement": {
                                  "type": "JSXOpeningElement",
                                  "start": 888,
                                  "end": 913,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 35
                                    }
                                  },
                                  "attributes": [
                                    {
                                      "type": "JSXAttribute",
                                      "start": 893,
                                      "end": 912,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 34
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 893,
                                        "end": 902,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 24
                                          }
                                        },
                                        "name": "className"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 903,
                                        "end": 912,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 34
                                          }
                                        },
                                        "value": "spinner",
                                        "rawValue": null,
                                        "raw": "'spinner'"
                                      }
                                    }
                                  ],
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 889,
                                    "end": 892,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 14
                                      }
                                    },
                                    "name": "div"
                                  },
                                  "selfClosing": false
                                },
                                "closingElement": {
                                  "type": "JSXClosingElement",
                                  "start": 913,
                                  "end": 919,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 41
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 915,
                                    "end": 918,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 40
                                      }
                                    },
                                    "name": "div"
                                  }
                                },
                                "children": []
                              },
                              {
                                "type": "Literal",
                                "start": 919,
                                "end": 928,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 8
                                  }
                                },
                                "value": "\n        ",
                                "rawValue": null,
                                "raw": "\n        "
                              }
                            ]
                          },
                          {
                            "type": "Literal",
                            "start": 934,
                            "end": 941,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 14
                              },
                              "end": {
                                "line": 30,
                                "column": 6
                              }
                            },
                            "value": "\n      ",
                            "rawValue": null,
                            "raw": "\n      "
                          }
                        ],
                        "parenthesizedExpression": true
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Shows when items are being fetched\n ",
            "start": 28,
            "end": 73,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 5,
                "column": 3
              }
            },
            "range": [
              28,
              73
            ]
          }
        ],
        "trailingComments": []
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Shows when items are being fetched\n ",
          "start": 28,
          "end": 73,
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 3
            }
          },
          "range": [
            28,
            73
          ]
        }
      ]
    }
  ]
}