Fix settings.tsx
This commit is contained in:
parent
d8c9e57dee
commit
cd22b904ee
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue