mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
revert location
This commit is contained in:
parent
199c211e1d
commit
4646364a5a
1 changed files with 6 additions and 6 deletions
|
@ -101,12 +101,12 @@
|
|||
/** Obtain a reference to the input HTML element */
|
||||
export let ref = null;
|
||||
|
||||
import { createEventDispatcher, tick } from "svelte";
|
||||
import Add from "carbon-components-svelte/src/icons/Add.svelte";
|
||||
import Subtract from "carbon-components-svelte/src/icons/Subtract.svelte";
|
||||
import WarningFilled from "carbon-components-svelte/src/icons/WarningFilled.svelte";
|
||||
import WarningAltFilled from "carbon-components-svelte/src/icons/WarningAltFilled.svelte";
|
||||
import EditOff from "carbon-components-svelte/src/icons/EditOff.svelte";
|
||||
import { createEventDispatcher } from "svelte";
|
||||
import Add from "../icons/Add.svelte";
|
||||
import Subtract from "../icons/Subtract.svelte";
|
||||
import WarningFilled from "../icons/WarningFilled.svelte";
|
||||
import WarningAltFilled from "../icons/WarningAltFilled.svelte";
|
||||
import EditOff from "../icons/EditOff.svelte";
|
||||
|
||||
const defaultTranslations = {
|
||||
[translationIds.increment]: "Increment number",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue