Skip to content

Commit

Permalink
update imports for overlay header
Browse files Browse the repository at this point in the history
  • Loading branch information
Fercas123 committed Feb 6, 2025
1 parent 0b5953e commit 717ebb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/core/src/overlay/OverlayHeader.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
import { H2, Text } from "@salt-ds/core";
import { useComponentCssInjection } from "@salt-ds/styles";
import { useWindow } from "@salt-ds/window";
import { clsx } from "clsx";
import {
type ComponentPropsWithoutRef,
type ReactNode,
forwardRef,
type ReactNode,
} from "react";
import { H2, Text, makePrefixer } from "../index";
import { makePrefixer } from "../utils";

import overlayHeaderCss from "./OverlayHeader.css";

const withBaseName = makePrefixer("saltOverlayHeader");
Expand Down

0 comments on commit 717ebb7

Please sign in to comment.