From 123322c07dfc15bf5b2da3947bcc1ccd2b38eefa Mon Sep 17 00:00:00 2001 From: Kasper Peulen Date: Sun, 30 Oct 2022 15:43:21 +0100 Subject: [PATCH] Rename tsx to ts as we don't use jsx anymore in stories --- .../template/cli/ts/{Button.stories.tsx => Button.stories.ts} | 0 .../template/cli/ts/{Header.stories.tsx => Header.stories.ts} | 0 .../nextjs/template/cli/ts/{Page.stories.tsx => Page.stories.ts} | 0 .../template/cli/ts/{Button.stories.tsx => Button.stories.ts} | 0 .../template/cli/ts/{Header.stories.tsx => Header.stories.ts} | 0 .../react/template/cli/ts/{Page.stories.tsx => Page.stories.ts} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename code/frameworks/nextjs/template/cli/ts/{Button.stories.tsx => Button.stories.ts} (100%) rename code/frameworks/nextjs/template/cli/ts/{Header.stories.tsx => Header.stories.ts} (100%) rename code/frameworks/nextjs/template/cli/ts/{Page.stories.tsx => Page.stories.ts} (100%) rename code/renderers/react/template/cli/ts/{Button.stories.tsx => Button.stories.ts} (100%) rename code/renderers/react/template/cli/ts/{Header.stories.tsx => Header.stories.ts} (100%) rename code/renderers/react/template/cli/ts/{Page.stories.tsx => Page.stories.ts} (100%) diff --git a/code/frameworks/nextjs/template/cli/ts/Button.stories.tsx b/code/frameworks/nextjs/template/cli/ts/Button.stories.ts similarity index 100% rename from code/frameworks/nextjs/template/cli/ts/Button.stories.tsx rename to code/frameworks/nextjs/template/cli/ts/Button.stories.ts diff --git a/code/frameworks/nextjs/template/cli/ts/Header.stories.tsx b/code/frameworks/nextjs/template/cli/ts/Header.stories.ts similarity index 100% rename from code/frameworks/nextjs/template/cli/ts/Header.stories.tsx rename to code/frameworks/nextjs/template/cli/ts/Header.stories.ts diff --git a/code/frameworks/nextjs/template/cli/ts/Page.stories.tsx b/code/frameworks/nextjs/template/cli/ts/Page.stories.ts similarity index 100% rename from code/frameworks/nextjs/template/cli/ts/Page.stories.tsx rename to code/frameworks/nextjs/template/cli/ts/Page.stories.ts diff --git a/code/renderers/react/template/cli/ts/Button.stories.tsx b/code/renderers/react/template/cli/ts/Button.stories.ts similarity index 100% rename from code/renderers/react/template/cli/ts/Button.stories.tsx rename to code/renderers/react/template/cli/ts/Button.stories.ts diff --git a/code/renderers/react/template/cli/ts/Header.stories.tsx b/code/renderers/react/template/cli/ts/Header.stories.ts similarity index 100% rename from code/renderers/react/template/cli/ts/Header.stories.tsx rename to code/renderers/react/template/cli/ts/Header.stories.ts diff --git a/code/renderers/react/template/cli/ts/Page.stories.tsx b/code/renderers/react/template/cli/ts/Page.stories.ts similarity index 100% rename from code/renderers/react/template/cli/ts/Page.stories.tsx rename to code/renderers/react/template/cli/ts/Page.stories.ts