Jonas Gutenschwager
Results
1
issues of
Jonas Gutenschwager
fixes following problem for windows users: following structure: ``` routes ├── posts │ ├── index.tsx │ └── $postId.tsx ├── posts.tsx ├── index.tsx └── __root.tsx ``` should produce following output: ```...