Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Nov 1, 2024
1 parent 7848715 commit 4443865
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/actify/src/components/Table/Table.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
'use client'

import { Menu, MenuItem } from '../Menus'
import {
PopoverMenu as Menu,
PopoverMenuItem as MenuItem
} from '../PopoverMenu'
import React, { Children, ComponentProps, useState } from 'react'

import { Button } from '../Button'
Expand Down

0 comments on commit 4443865

Please sign in to comment.