From 32365e9b74e3bbcb2bf4891d2dce43888f688329 Mon Sep 17 00:00:00 2001 From: lihbr Date: Wed, 2 Jun 2021 14:43:44 +0200 Subject: [PATCH] docs: rename playground files to prevent conflicts --- playground/src/{test.js => index.js} | 0 playground/src/{test.jsx => index.jsx} | 0 playground/src/{test.ts => index.ts} | 0 playground/src/{test.tsx => index.tsx} | 0 playground/src/{test.vue => index.vue} | 0 playground/src/nested/{test.js => index.js} | 0 playground/src/nested/{test.jsx => index.jsx} | 0 playground/src/nested/{test.ts => index.ts} | 0 playground/src/nested/{test.tsx => index.tsx} | 0 playground/src/nested/{test.vue => index.vue} | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename playground/src/{test.js => index.js} (100%) rename playground/src/{test.jsx => index.jsx} (100%) rename playground/src/{test.ts => index.ts} (100%) rename playground/src/{test.tsx => index.tsx} (100%) rename playground/src/{test.vue => index.vue} (100%) rename playground/src/nested/{test.js => index.js} (100%) rename playground/src/nested/{test.jsx => index.jsx} (100%) rename playground/src/nested/{test.ts => index.ts} (100%) rename playground/src/nested/{test.tsx => index.tsx} (100%) rename playground/src/nested/{test.vue => index.vue} (100%) diff --git a/playground/src/test.js b/playground/src/index.js similarity index 100% rename from playground/src/test.js rename to playground/src/index.js diff --git a/playground/src/test.jsx b/playground/src/index.jsx similarity index 100% rename from playground/src/test.jsx rename to playground/src/index.jsx diff --git a/playground/src/test.ts b/playground/src/index.ts similarity index 100% rename from playground/src/test.ts rename to playground/src/index.ts diff --git a/playground/src/test.tsx b/playground/src/index.tsx similarity index 100% rename from playground/src/test.tsx rename to playground/src/index.tsx diff --git a/playground/src/test.vue b/playground/src/index.vue similarity index 100% rename from playground/src/test.vue rename to playground/src/index.vue diff --git a/playground/src/nested/test.js b/playground/src/nested/index.js similarity index 100% rename from playground/src/nested/test.js rename to playground/src/nested/index.js diff --git a/playground/src/nested/test.jsx b/playground/src/nested/index.jsx similarity index 100% rename from playground/src/nested/test.jsx rename to playground/src/nested/index.jsx diff --git a/playground/src/nested/test.ts b/playground/src/nested/index.ts similarity index 100% rename from playground/src/nested/test.ts rename to playground/src/nested/index.ts diff --git a/playground/src/nested/test.tsx b/playground/src/nested/index.tsx similarity index 100% rename from playground/src/nested/test.tsx rename to playground/src/nested/index.tsx diff --git a/playground/src/nested/test.vue b/playground/src/nested/index.vue similarity index 100% rename from playground/src/nested/test.vue rename to playground/src/nested/index.vue