Skip to content

Commit

Permalink
fix(packages/components): add react dependency to TotalLayout/TotalLa…
Browse files Browse the repository at this point in the history
…youtHeader/crossIcon file
  • Loading branch information
paola-p committed Dec 12, 2023
1 parent 24cce85 commit 442e765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import { useFormContext } from 'react-hook-form';
import { Stack } from '../../Stack';
import { Text } from '../../../typography';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import React from 'react';

const CrossIcon = () => (
<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
Expand Down

0 comments on commit 442e765

Please sign in to comment.