Skip to content

Commit ca69c29

Browse files
authored
Remove unused ComponentStore (#1023)
This was introduced in #96, but never used. I suspect the `import store from "./app/store"` statement in `src/web-component.js` was intended to import it, but it used the wrong filename. `ComponentStore` was later effectively replaced by `WebComponentStore` in #728.
1 parent f66dd9b commit ca69c29

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2727
- Add e2e spec for project remix behaviour in web component (#1020)
2828
- Fix initial value of `user` in `WebComponentLoader` (#1021)
2929
- Make `authKey` in e2e web component spec more realistic (#1022)
30+
- Remove unused `ComponentStore` (#1023)
3031

3132
## [0.23.0] - 2024-05-09
3233

src/app/ComponentStore.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)