mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-26 02:35:03 +00:00
remove unused imports & add prettier plugin
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
33c6ae2188
commit
59bf98f928
289 changed files with 861 additions and 834 deletions
|
@ -1,6 +1,6 @@
|
|||
import React from "react";
|
||||
import { Configurator } from "./Configurator";
|
||||
import "./App.css";
|
||||
import { Configurator } from "./Configurator";
|
||||
|
||||
export function App() {
|
||||
return (
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
import yaml from "js-yaml";
|
||||
import React, { useEffect, useState } from "react";
|
||||
import "./Configurator.css";
|
||||
import { LevelEntry, Levels } from "./Levels";
|
||||
import { LogChannel, LogChannels } from "./LogChannels";
|
||||
import yaml from "js-yaml";
|
||||
import "./Configurator.css";
|
||||
|
||||
export function Configurator() {
|
||||
const [prefix, setPrefix] = useState("!");
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import React, { useState } from "react";
|
||||
import React from "react";
|
||||
|
||||
const LEVEL_ADMIN = 100;
|
||||
const LEVEL_MODERATOR = 50;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import React, { SetStateAction, useState } from "react";
|
||||
import React, { SetStateAction } from "react";
|
||||
import "./LogChannels.css";
|
||||
|
||||
const LOG_TYPES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue