{
  "type": "Program",
  "start": 0,
  "end": 102,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 6,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 43,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 43
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 19,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 19
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 19,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 19
              }
            },
            "name": "HotelsWidget"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 25,
        "end": 42,
        "loc": {
          "start": {
            "line": 1,
            "column": 25
          },
          "end": {
            "line": 1,
            "column": 42
          }
        },
        "value": "./hotels_widget",
        "rawValue": "./hotels_widget",
        "raw": "\"./hotels_widget\""
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 45,
      "end": 71,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 26
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 45,
        "end": 70,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 25
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 45,
          "end": 52,
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 7
            }
          },
          "name": "require"
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 53,
            "end": 69,
            "loc": {
              "start": {
                "line": 3,
                "column": 8
              },
              "end": {
                "line": 3,
                "column": 24
              }
            },
            "value": "./_hotels.scss",
            "rawValue": "./_hotels.scss",
            "raw": "\"./_hotels.scss\""
          }
        ]
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 73,
      "end": 101,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 28
        }
      },
      "declaration": {
        "type": "Identifier",
        "start": 88,
        "end": 100,
        "loc": {
          "start": {
            "line": 5,
            "column": 15
          },
          "end": {
            "line": 5,
            "column": 27
          }
        },
        "name": "HotelsWidget",
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}