crap
This commit is contained in:
		@@ -3,12 +3,15 @@ import styles from './LeadsPage.module.css';
 | 
			
		||||
import Board from "../../../components/Dnd/Board/Board.tsx";
 | 
			
		||||
import {Button, TextInput} from "@mantine/core";
 | 
			
		||||
import {DragDropContext} from "@hello-pangea/dnd";
 | 
			
		||||
import ClientSelect from "../../../components/Selects/ClientSelect/ClientSelect.tsx";
 | 
			
		||||
import {DateTimePicker} from "@mantine/dates";
 | 
			
		||||
 | 
			
		||||
export const LeadsPage: FC = () => {
 | 
			
		||||
 | 
			
		||||
    return (
 | 
			
		||||
        <div className={styles['container']}>
 | 
			
		||||
            <div className={styles['header']}>
 | 
			
		||||
 | 
			
		||||
                <TextInput
 | 
			
		||||
                    radius={0}
 | 
			
		||||
                    placeholder={"Поиск и фильтры"}
 | 
			
		||||
@@ -18,7 +21,7 @@ export const LeadsPage: FC = () => {
 | 
			
		||||
                <Button
 | 
			
		||||
                    radius={0}
 | 
			
		||||
                    color={"gray"}
 | 
			
		||||
                    variant={"light"}
 | 
			
		||||
                    variant={'default'}
 | 
			
		||||
                    className={styles['header-button']}
 | 
			
		||||
                >Поиск</Button>
 | 
			
		||||
            </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user