// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`AppBar > renders 1`] = `

This is the content.

`; exports[`AppBar > renders with title and subtitle 1`] = `

Title

Subtitle

This is the content.

`;