Skip to content

Commit

Permalink
fix: icon imports
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Sep 15, 2023
1 parent 477d5c3 commit b045bf7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions apps/web/src/routes/(app)/dashboard/policies/[id]/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<script lang="ts">
import { A, Breadcrumb, BreadcrumbItem, Heading, Helper } from 'flowbite-svelte';
import { ComputerSpeakerOutline, MobilePhoneOutline, UserCircleOutline, UserOutline, UsersGroupOutline } from 'flowbite-svelte-icons';
import Select from 'svelte-select';
import { superForm } from 'sveltekit-superforms/client';
import SuperDebug from 'sveltekit-superforms/client/SuperDebug.svelte';
import { dev } from '$app/environment';
import {
DateInput,
Expand All @@ -18,11 +23,6 @@
} from '$lib/models/enums';
import { updatePolicyKeys as keys } from '$lib/models/schema';
import { Logger } from '$lib/utils';
import { A, Breadcrumb, BreadcrumbItem, Heading, Helper } from 'flowbite-svelte';
import { ComputerSpeakerOutline, Icon, MobilePhoneOutline, UserCircleOutline, UserOutline, UsersGroupOutline } from 'flowbite-svelte-icons';
import Select from 'svelte-select';
import { superForm } from 'sveltekit-superforms/client';
import SuperDebug from 'sveltekit-superforms/client/SuperDebug.svelte';
const log = new Logger('routes:policies:update');
export let data;
Expand Down
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- /app/.mesh:exec,mode=777

postgres:
image: postgres:15
image: postgres:16rc1
restart: always
ports:
- '5432:5432'
Expand All @@ -56,7 +56,7 @@ services:
# -c listen_addresses = '*'

hasura:
image: hasura/graphql-engine:v2.32.1
image: hasura/graphql-engine:v2.33.4
platform: linux/arm64/v8
ports:
- '8080:8080'
Expand Down

1 comment on commit b045bf7

@vercel
Copy link

@vercel vercel bot commented on b045bf7 Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

spectacular – ./

spectacular-git-main-xmlking.vercel.app
spectacular-bice.vercel.app
spectacular-xmlking.vercel.app

Please sign in to comment.