Skip to content

Commit

Permalink
chore(heureka): client types
Browse files Browse the repository at this point in the history
  • Loading branch information
barsukov committed Feb 17, 2025
1 parent 8cd15e4 commit 54ad147
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/heureka/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*/

import React from "react"
// @ts-expect-error TS(2792): Cannot find module './styles.scss?inline'. Did you... Remove this comment to see the full error message
import styles from "./styles.scss?inline"
import { AppShellProvider, CodeBlock } from "@cloudoperators/juno-ui-components"
import { QueryClient, QueryClientProvider } from "@tanstack/react-query"
Expand Down
6 changes: 6 additions & 0 deletions apps/heureka/src/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
* SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Juno contributors
* SPDX-License-Identifier: Apache-2.0
*/

/// <reference types="vite/client" />

0 comments on commit 54ad147

Please sign in to comment.