Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Jun 25, 2024
1 parent e65788a commit 3985d60
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/studio/src/server/modules/resource/resource.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ import { type IsomerSiteProps } from '@opengovsg/isomer-components'

export type Navbar = { items: IsomerSiteProps['navBarItems'] }

export interface FooterItem {
title: string
url: string
}

export type Footer = IsomerSiteProps['footerItems']

0 comments on commit 3985d60

Please sign in to comment.