Skip to content

Commit

Permalink
βͺ Revert "🚚 Create resource-centric directories"
Browse files Browse the repository at this point in the history
This reverts commit e8b92e5.

Reverts the resource-centric directories because it did not seem as
helpful as hoped as I explored the idea further.
  • Loading branch information
connorjs committed Sep 10, 2023
1 parent e8b92e5 commit 5ac9a87
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/main.tsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "./root.tsp";
import "./people/people.tsp";
import "./films/films.tsp";
import "./starships/starships.tsp";
import "./people.tsp";
import "./films.tsp";
import "./starships.tsp";
File renamed without changes.
File renamed without changes.

0 comments on commit 5ac9a87

Please sign in to comment.