mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
style
This commit is contained in:
parent
48eeec3ea5
commit
0e7d780f99
2 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
-->
|
||||
<script lang="ts">
|
||||
import "./deck-options-base.scss";
|
||||
|
||||
import type { Writable } from "svelte/store";
|
||||
|
||||
import "$lib/sveltelib/export-runtime";
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
-->
|
||||
<script lang="ts">
|
||||
import "./import-csv-base.scss";
|
||||
|
||||
import Row from "$lib/components/Row.svelte";
|
||||
|
||||
import ImportPage from "../import-page/ImportPage.svelte";
|
||||
|
|
|
|||
Loading…
Reference in a new issue