{
  "type": "Program",
  "start": 0,
  "end": 107,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 6,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 47,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 47
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 16,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 16
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 16,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 16
              }
            },
            "name": "TopPlaces"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 22,
        "end": 46,
        "loc": {
          "start": {
            "line": 1,
            "column": 22
          },
          "end": {
            "line": 1,
            "column": 46
          }
        },
        "value": "./top_places_component",
        "rawValue": "./top_places_component",
        "raw": "\"./top_places_component\""
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 49,
      "end": 79,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 30
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 49,
        "end": 78,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 29
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 49,
          "end": 56,
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 7
            }
          },
          "name": "require"
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 57,
            "end": 77,
            "loc": {
              "start": {
                "line": 3,
                "column": 8
              },
              "end": {
                "line": 3,
                "column": 28
              }
            },
            "value": "./_top_places.scss",
            "rawValue": "./_top_places.scss",
            "raw": "\"./_top_places.scss\""
          }
        ]
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 81,
      "end": 106,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 25
        }
      },
      "declaration": {
        "type": "Identifier",
        "start": 96,
        "end": 105,
        "loc": {
          "start": {
            "line": 5,
            "column": 15
          },
          "end": {
            "line": 5,
            "column": 24
          }
        },
        "name": "TopPlaces",
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}