mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
docs: fix invalid syntax
This commit is contained in:
parent
c7a2cc62a8
commit
f4805cc678
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
import Footer from "../components/Footer.svelte";
|
||||
|
||||
const deprecated = ["ToggleSmall", "Icon"];
|
||||
const new_components = ["ProgressBar", "RecursiveList", "TreeView"]];
|
||||
const new_components = ["ProgressBar", "RecursiveList", "TreeView"];
|
||||
|
||||
let isOpen = false;
|
||||
let isSideNavOpen = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue