aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-08-29 20:27:47 +0200
committerVendicated <vendicated@riseup.net>2022-08-29 20:27:47 +0200
commitc39ff8f6481463a1700014ebd204f2b6189759a1 (patch)
treea5a4d1fe04a9d99029d480ec3f5a2ca2fb9c0b13 /src/components
parent1709ab61ef2138d350b3d45a3eba0d94d5adf0a1 (diff)
downloadVencord-c39ff8f6481463a1700014ebd204f2b6189759a1.tar.gz
Vencord-c39ff8f6481463a1700014ebd204f2b6189759a1.tar.bz2
Vencord-c39ff8f6481463a1700014ebd204f2b6189759a1.zip
More progress
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Test.tsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/Test.tsx b/src/components/Test.tsx
new file mode 100644
index 0000000..14a46dd
--- /dev/null
+++ b/src/components/Test.tsx
@@ -0,0 +1,7 @@
+import React from "react";
+
+export default () => {
+ <div>
+ Hi
+ </div>;
+};