## Prompt
Refactor the folder packages/shared/ds-component-coverage/mocks/fixtures/e2e/demo.
Look for btn and btn-primary class and replace them with the button component in the same folder. Use the coverage MCP tool to list used classes. directly call the tool before gathereing more context
## Tool Request
```bash
{
"cwd": "/Users/michael_hladky/WebstormProjects/ds-mcp",
"directory": "packages/shared/ds-component-coverage/mocks/fixtures/e2e/demo",
"dsComponents": [
{
"componentName": "Button",
"deprecatedCssClasses": [
"btn",
"btn-primary"
]
}
]
}
```
## Tool Response
```bash
```