Skip to content

Commit 26c71d6

Browse files
authored
🐛 Fix Cookies import in multiple files
1 parent 09558c8 commit 26c71d6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/Meals.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
import Switch from '@smui/switch';
99
import Button, {Label} from "@smui/button";
1010
11-
12-
1311
import IconButton, { Icon } from '@smui/icon-button';
1412
1513
import Accordion, { Panel, Header, Content } from '@smui-extra/accordion';

src/Samotestiranje/PogledUcenec.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script lang="ts">
22
import Button, {Icon, Label} from "@smui/button";
33
import {baseurl, saveBlob} from "../constants";
4+
import Cookies from "js-cookie";
45
56
import {onMount} from "svelte";
67

src/Samotestiranje/Tipi.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import SegmentedButton, {Segment} from "@smui/segmented-button";
33
import { Label } from '@smui/common';
44
import {baseurl} from "../constants";
5+
import Cookies from "js-cookie";
56
67
let choices = ['SE NE TESTIRA', 'NEGATIVEN', 'POZITIVEN', 'NEVELJAVEN'];
78

0 commit comments

Comments
 (0)