Run npm run lint

This commit is contained in:
Eric Liu 2025-03-23 11:26:25 -07:00
commit 2031cb7585
480 changed files with 8985 additions and 9048 deletions

View file

@ -1,9 +1,9 @@
<script>
import { TileGroup, RadioTile } from "carbon-components-svelte";
import { TileGroup, RadioTile } from "carbon-components-svelte";
const values = ["Lite plan", "Standard plan", "Plus plan"];
const values = ["Lite plan", "Standard plan", "Plus plan"];
let selected = values[1];
let selected = values[1];
</script>
<TileGroup