Skip to content

Commit

Permalink
fix type errors
Browse files Browse the repository at this point in the history
Signed-off-by: Kashish Mittal <[email protected]>
  • Loading branch information
04kash committed Oct 2, 2024
1 parent a5df550 commit 01b2f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspaces/feedback/plugins/feedback/dev/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import React from 'react';
import { createDevApp } from '@backstage/dev-utils';
import { EntityProvider } from '@backstage/plugin-catalog-react';

import { createDevAppThemes } from '@redhat-developer/red-hat-developer-hub-theme';
import { getAllThemes } from '@redhat-developer/red-hat-developer-hub-theme';

import { mockEntity } from '../src/mocks';
import {
Expand All @@ -30,7 +30,7 @@ import {

createDevApp()
.registerPlugin(feedbackPlugin)
.addThemes(createDevAppThemes())
.addThemes(getAllThemes())
.addPage({
element: (
<>
Expand Down

0 comments on commit 01b2f37

Please sign in to comment.