Skip to content

Commit

Permalink
Refactor: indexは (index) ディレクトリでまとめるように
Browse files Browse the repository at this point in the history
  • Loading branch information
takara2314 committed Mar 27, 2024
1 parent c86f1f0 commit 92c0024
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions app/(main)/page.tsx → app/(main)/(index)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import Main from './Main';
import CrossPlay from './home/CrossPlay';
import Intro from './home/Intro';
import LetsJoin from './home/LetsJoin';
import ScrollDownAnimation from './home/ScrollDownAnimation';
import Slide from './home/Slide';
import Version from './home/Version';
import Welcome from './home/Welcome';
import WhatsNew from './home/WhatsNew';
import Main from '../Main';
import CrossPlay from './CrossPlay';
import Intro from './Intro';
import LetsJoin from './LetsJoin';
import ScrollDownAnimation from './ScrollDownAnimation';
import Slide from './Slide';
import Version from './Version';
import Welcome from './Welcome';
import WhatsNew from './WhatsNew';

export const runtime = 'edge';

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 92c0024

Please sign in to comment.