fix @Vendicated insanities
This commit is contained in:
parent
ff61e5ea04
commit
9894f25f8f
4 changed files with 0 additions and 13 deletions
|
@ -1,9 +0,0 @@
|
|||
import { TextDisplay } from "./TextDisplay";
|
||||
|
||||
export function br() {
|
||||
return (
|
||||
<>
|
||||
<TextDisplay>{"\n"}</TextDisplay>
|
||||
</>
|
||||
);
|
||||
}
|
|
@ -1,5 +1,4 @@
|
|||
export * from "./ActionRow";
|
||||
export * from "./br";
|
||||
export * from "./Button";
|
||||
export * from "./ComponentMessage";
|
||||
export * from "./Container";
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import { br } from "./br";
|
||||
|
||||
export const Fragment = Symbol("ComponentsJsx.Fragment");
|
||||
|
||||
type FunctionComponent = (props: any) => any;
|
||||
|
|
|
@ -2,7 +2,6 @@ import { Section } from "components-jsx/Section";
|
|||
import { client } from "..";
|
||||
import { Thumbnail } from "components-jsx/Thumbnail";
|
||||
import { TextDisplay } from "components-jsx/TextDisplay";
|
||||
import { br } from "components-jsx/br";
|
||||
import { User as DiscordUser } from "oceanic.js";
|
||||
|
||||
export function User(props: { user: DiscordUser }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue