mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 03:43:28 +10:00
24 lines
363 B
Text
24 lines
363 B
Text
exports[`MapPanel matches snapshot 1`] = `
|
|
<div>
|
|
<div
|
|
className={undefined}>
|
|
Map
|
|
</div>
|
|
<div
|
|
className={undefined} />
|
|
<a
|
|
className=""
|
|
href="/s/filters"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
Filters
|
|
</a>
|
|
<a
|
|
className=""
|
|
href="/s/listings"
|
|
onClick={[Function]}
|
|
style={Object {}}>
|
|
X
|
|
</a>
|
|
</div>
|
|
`;
|