Skip to content

Commit

Permalink
Merge pull request #14472 from ovh/fix/import-pci-common-styles
Browse files Browse the repository at this point in the history
fix(pci-common): import styles from manager-pci-common
ref: TAPC-2392
  • Loading branch information
fredericvilcot authored Dec 6, 2024
2 parents 36bda37 + e14efb2 commit f1b2405
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/manager/apps/pci-block-storage/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
} from '@ovh-ux/manager-react-shell-client';
import App from './App';

import '@ovh-ux/manager-pci-common/dist/style.css';
import './index.css';

import '@/vite-hmr.ts';
Expand Down
1 change: 1 addition & 0 deletions packages/manager/apps/pci-kubernetes/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
} from '@ovh-ux/manager-react-shell-client';
import App from './App';

import '@ovh-ux/manager-pci-common/dist/style.css';
import './index.css';

import '@/vite-hmr.ts';
Expand Down
1 change: 1 addition & 0 deletions packages/manager/apps/pci-load-balancer/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
} from '@ovh-ux/manager-react-shell-client';
import App from './App';

import '@ovh-ux/manager-pci-common/dist/style.css';
import './index.css';

import '@/vite-hmr.ts';
Expand Down

0 comments on commit f1b2405

Please sign in to comment.