Fix settings.tsx

This commit is contained in:
phntxx 2021-07-02 11:41:02 +02:00
parent d8c9e57dee
commit cd22b904ee

View file

@ -1,7 +1,7 @@
import { useState } from "react";
import styled from "styled-components";
import Select, { IItemProps } from "./select";
import Select from "./select";
import { ISearchProps } from "./searchBar";
import selectedTheme, { setTheme, IThemeProps } from "../lib/theme";