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