grafana / explore-logs

Repo for the Loki log exploration app
GNU Affero General Public License v3.0
308 stars 14 forks source link

fix: fix broken tsc-files command #860

Closed gtk-grafana closed 3 weeks ago

gtk-grafana commented 3 weeks ago

Fixes error:

✖ tsc-files --noEmit:
src/Components/ServiceScene/Breakdowns/AddToExplorationButton.tsx:9:22 - error TS2307: Cannot find module '../../../img/logo.svg' or its corresponding type declarations.
gtk-grafana commented 3 weeks ago

This doesn't actually solve the problem 🤦