Skip to content

Commit

Permalink
fixed @reach/porta and removed dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
iamoskvin committed Nov 26, 2023
1 parent 24cd357 commit 40efad2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/Popover/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Options, Placement } from '@popperjs/core';
import Portal from '@reach/portal';
import { Portal } from '@reach/portal';
import React, { CSSProperties, useCallback, useMemo, useState } from 'react';
import { usePopper } from 'react-popper';
import styled from 'styled-components';
Expand Down

0 comments on commit 40efad2

Please sign in to comment.