Change saving
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { BookIcon, ImageIcon, SmileIcon } from "lucide-svelte";
|
||||
import { alertNormal } from "src/ts/alert";
|
||||
import { hubURL, type hubType } from "src/ts/characterCards";
|
||||
import { trimNonLatin } from "src/ts/globalApi";
|
||||
import { trimNonLatin } from "src/ts/globalApi.svelte";
|
||||
import { parseMultilangString } from "src/ts/util";
|
||||
|
||||
interface Props {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
import { CCLicenseData } from "src/ts/creation/license";
|
||||
import { tooltip } from "src/ts/gui/tooltip";
|
||||
import { openURL } from "src/ts/globalApi";
|
||||
import { openURL } from "src/ts/globalApi.svelte";
|
||||
|
||||
interface Props {
|
||||
license?: string;
|
||||
|
||||
Reference in New Issue
Block a user