{
  "type": "Program",
  "start": 0,
  "end": 79,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 2,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 78,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 78
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 22,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 22
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 22,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 22
              }
            },
            "name": "SearchComponent"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 28,
        "end": 77,
        "loc": {
          "start": {
            "line": 1,
            "column": 28
          },
          "end": {
            "line": 1,
            "column": 77
          }
        },
        "value": "../../../src/components/search/search_component",
        "rawValue": "../../../src/components/search/search_component",
        "raw": "\"../../../src/components/search/search_component\""
      }
    }
  ]
}