Skip to content

Commit

Permalink
test fetch table
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail-kharrobi committed Aug 25, 2023
1 parent 3222969 commit 20b6290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 1 addition & 5 deletions frontend/code/src/components/Layout/Assets/Search.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { FC } from 'react'
import {BiSearch} from 'react-icons/bi'
interface scales {
w:number;
h:number;
}

export const Search = () => {
return (
<div className='hidden sm:flex sm:items-center absolute pr-24 '>
Expand Down
7 changes: 2 additions & 5 deletions frontend/code/src/components/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ import { Message } from './Assets/Message'
import { Profile } from './Assets/Profile'
import { Settings } from './Assets/Settings'
import { Out } from './Assets/Out'
import { FC, PropsWithChildren } from 'react'
import { FC } from 'react'


let phone = {
width :16,
height:16
}
interface myNodetype {
children : React.ReactNode
}
Expand Down

0 comments on commit 20b6290

Please sign in to comment.