chore(examples): bump deps [ci skip]

This commit is contained in:
Eric Liu 2022-03-19 13:41:03 -07:00
commit 346d9b5ed0
19 changed files with 389 additions and 321 deletions

View file

@ -1,8 +1,6 @@
import { optimizeImports } from "carbon-preprocess-svelte";
/** @type {import('@sveltejs/kit').Config} */
const config = {
export default {
preprocess: [optimizeImports()],
};
export default config;