docs: remove unused Footer

This commit is contained in:
metonym 2022-02-28 16:19:07 -08:00
commit 5724df79f3
3 changed files with 1 additions and 14 deletions

View file

@ -1,11 +0,0 @@
<script>
import { Grid, Row, Column } from "carbon-components-svelte";
</script>
<footer class="bx--content">
<Grid>
<Row>
<Column />
</Row>
</Grid>
</footer>

View file

@ -17,7 +17,6 @@
} from "carbon-components-svelte";
import LogoGithub20 from "carbon-icons-svelte/lib/LogoGithub20";
import Theme from "../components/Theme.svelte";
import Footer from "../components/Footer.svelte";
const deprecated = ["ToggleSmall", "Icon"];
const new_components = [];
@ -145,7 +144,6 @@
</SideNavItems>
</SideNav>
<slot />
<Footer />
</Theme>
<style global>

View file

@ -60,7 +60,7 @@
</script>
<Content>
<Grid>
<Grid style="margin-bottom: var(--cds-layout-06);">
<Row>
<Column>
<h1>Carbon Components Svelte</h1>