Skip to content

Commit

Permalink
ref: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krsiakdaniel committed Mar 7, 2024
1 parent debc0e6 commit 0bc7abc
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,5 @@ export type SectionItem = {
items: string[]
}

// contact
export interface Contact {
image: string
heading: string
description: string
href: string
linkText: string
}

// utils
// go back link
export type GoBackLinkType = 'work' | 'personal'

0 comments on commit 0bc7abc

Please sign in to comment.