Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
usamaidrsk committed Oct 11, 2024
1 parent 2913363 commit 848433d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/boxes/extensions/box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* necessary. Here, the extensions set only their colors.
* Their sizes and other general features of their display
* is controlled by the slot. */

@use "@carbon/layout";
@use '@openmrs/esm-styleguide/src/vars' as *;

.blue {
Expand All @@ -19,5 +19,5 @@
.brand {
@include brand-01(background-color);
color: white;
padding: 8px;
padding: layout.$spacing-03;
}
4 changes: 2 additions & 2 deletions src/greeter/greeter.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { render, screen } from '@testing-library/react';
import { getDefaultsFromConfigSchema, useConfig } from '@openmrs/esm-framework';
import { Config, configSchema } from '../config-schema';
import { useConfig } from '@openmrs/esm-framework';
import { Config } from '../config-schema';
import Greeter from './greeter.component';

const mockUseConfig = jest.mocked(useConfig<Config>);
Expand Down

0 comments on commit 848433d

Please sign in to comment.