From c9487ee75d340f64e73a504e508255ba619fa095 Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Tue, 12 Nov 2024 14:14:05 +0100 Subject: [PATCH] move more stories out of next 13 --- .../GetImageProps.stories.tsx | 0 .../{stories => stories_nextjs-default-ts}/NextHeader.stories.tsx | 0 .../{stories => stories_nextjs-default-ts}/NextHeader.tsx | 0 .../{stories => stories_nextjs-default-ts}/Redirect.stories.tsx | 0 .../ServerActions.stories.tsx | 0 .../{stories => stories_nextjs-default-ts}/server-actions.tsx | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename code/frameworks/nextjs/template/{stories => stories_nextjs-default-ts}/GetImageProps.stories.tsx (100%) rename code/frameworks/nextjs/template/{stories => stories_nextjs-default-ts}/NextHeader.stories.tsx (100%) rename code/frameworks/nextjs/template/{stories => stories_nextjs-default-ts}/NextHeader.tsx (100%) rename code/frameworks/nextjs/template/{stories => stories_nextjs-default-ts}/Redirect.stories.tsx (100%) rename code/frameworks/nextjs/template/{stories => stories_nextjs-default-ts}/ServerActions.stories.tsx (100%) rename code/frameworks/nextjs/template/{stories => stories_nextjs-default-ts}/server-actions.tsx (100%) diff --git a/code/frameworks/nextjs/template/stories/GetImageProps.stories.tsx b/code/frameworks/nextjs/template/stories_nextjs-default-ts/GetImageProps.stories.tsx similarity index 100% rename from code/frameworks/nextjs/template/stories/GetImageProps.stories.tsx rename to code/frameworks/nextjs/template/stories_nextjs-default-ts/GetImageProps.stories.tsx diff --git a/code/frameworks/nextjs/template/stories/NextHeader.stories.tsx b/code/frameworks/nextjs/template/stories_nextjs-default-ts/NextHeader.stories.tsx similarity index 100% rename from code/frameworks/nextjs/template/stories/NextHeader.stories.tsx rename to code/frameworks/nextjs/template/stories_nextjs-default-ts/NextHeader.stories.tsx diff --git a/code/frameworks/nextjs/template/stories/NextHeader.tsx b/code/frameworks/nextjs/template/stories_nextjs-default-ts/NextHeader.tsx similarity index 100% rename from code/frameworks/nextjs/template/stories/NextHeader.tsx rename to code/frameworks/nextjs/template/stories_nextjs-default-ts/NextHeader.tsx diff --git a/code/frameworks/nextjs/template/stories/Redirect.stories.tsx b/code/frameworks/nextjs/template/stories_nextjs-default-ts/Redirect.stories.tsx similarity index 100% rename from code/frameworks/nextjs/template/stories/Redirect.stories.tsx rename to code/frameworks/nextjs/template/stories_nextjs-default-ts/Redirect.stories.tsx diff --git a/code/frameworks/nextjs/template/stories/ServerActions.stories.tsx b/code/frameworks/nextjs/template/stories_nextjs-default-ts/ServerActions.stories.tsx similarity index 100% rename from code/frameworks/nextjs/template/stories/ServerActions.stories.tsx rename to code/frameworks/nextjs/template/stories_nextjs-default-ts/ServerActions.stories.tsx diff --git a/code/frameworks/nextjs/template/stories/server-actions.tsx b/code/frameworks/nextjs/template/stories_nextjs-default-ts/server-actions.tsx similarity index 100% rename from code/frameworks/nextjs/template/stories/server-actions.tsx rename to code/frameworks/nextjs/template/stories_nextjs-default-ts/server-actions.tsx