Merged in chore/cleanup-unused (pull request #3461)
chore: Cleanup unused vars, exports, types * Cleanup some unused exports * Remove more * Readd CampaignPageIncludedHotelsRef * Add alias comment to procedure exports * Remove unused exports Approved-by: Linus Flood
This commit is contained in:
@@ -7,11 +7,10 @@ import styles from "./topLink.module.css"
|
||||
import type { Header } from "@scandic-hotels/trpc/types/header"
|
||||
import type { ComponentProps } from "react"
|
||||
|
||||
export interface TopLinkProps
|
||||
extends Omit<
|
||||
ComponentProps<typeof HeaderLink>,
|
||||
"href" | "iconName" | "children"
|
||||
> {
|
||||
interface TopLinkProps extends Omit<
|
||||
ComponentProps<typeof HeaderLink>,
|
||||
"href" | "iconName" | "children"
|
||||
> {
|
||||
isLoggedIn: boolean
|
||||
topLink: Header["header"]["topLink"]
|
||||
iconSize?: number
|
||||
|
||||
Reference in New Issue
Block a user