-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
βͺ Revert "π Create resource-centric directories"
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
Showing
4 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.