mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
13 lines
184 B
JavaScript
13 lines
184 B
JavaScript
export default `
|
|
### Stack trace
|
|
|
|
\`\`\`
|
|
// paste stack trace here
|
|
\`\`\`
|
|
|
|
### localStorage
|
|
|
|
\`\`\`
|
|
// paste localStorage content here (if it doesn't contain sensitive data)
|
|
\`\`\`
|
|
`;
|