Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Jun 25, 2023
1 parent 42ad4ee commit ff64b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/(default)/about/employee.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import type { WithContext, Person } from 'schema-dts';
import GithubLogo from 'phosphor-svelte/lib/GithubLogo';
import LinkedinLogo from 'phosphor-svelte/lib/LinkedinLogo';
import GithubLogo from 'phosphor-svelte/lib/GithubLogo';
import LinkedinLogo from 'phosphor-svelte/lib/LinkedinLogo';
import Metadata from '$components/metadata.svelte';
import Image from '$components/image.svelte';
Expand Down

0 comments on commit ff64b2b

Please sign in to comment.