add prettier

This commit is contained in:
kandrusyak
2022-12-01 13:50:14 +03:00
parent 8e4b6c832e
commit a8bb75b2f5
55 changed files with 2687 additions and 1666 deletions

View File

@@ -1,4 +1,4 @@
import React from "react";
import React from 'react';
export const Filters = ({ value, onChange, values = [] }) => {
return (