chore(dashboard-v2): cleanup unused imports

This commit is contained in:
Michał Leszczyk 2022-03-25 12:48:11 +01:00
parent 08bab146ec
commit 46d295e54c
No known key found for this signature in database
GPG Key ID: FA123CA8BAA2FBF4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import React, { Children, cloneElement, useState } from "react";
import React, { useState } from "react";
import styled, { keyframes } from "styled-components";
const fadeIn = keyframes`