Skip to content

Commit

Permalink
Remove unused sections
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocb committed Mar 25, 2024
1 parent 461f6e3 commit fe7bf88
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 244 deletions.
30 changes: 10 additions & 20 deletions manifest.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,21 @@
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.

import * as $$$$$$$$$$$$0 from "./apps/decohub.ts";
import * as $$$$$$$$$$$$1 from "./apps/site.ts";
import * as $$$$$$$0 from "./sections/Footer.tsx";
import * as $$$$$$$1 from "./sections/Hero.tsx";
import * as $$$$$$$2 from "./sections/ItWorks.tsx";
import * as $$$$$$$6 from "./sections/myHero.tsx";
import * as $$$$$$$3 from "./sections/ParagraphList.tsx";
import * as $$$$$$$7 from "./sections/sections/ItWorks.tsx";
import * as $$$$$$$4 from "./sections/SimpleTextList.tsx";
import * as $$$$$$$5 from "./sections/Theme/Theme.tsx";
import * as $$$$$$$$$$$0 from "./apps/decohub.ts";
import * as $$$$$$$$$$$1 from "./apps/site.ts";
import * as $$$$$$0 from "./sections/ItWorks.tsx";
import * as $$$$$$2 from "./sections/sections/ItWorks.tsx";
import * as $$$$$$1 from "./sections/Theme/Theme.tsx";

const manifest = {
"sections": {
"deco-sites/start/sections/Footer.tsx": $$$$$$$0,
"deco-sites/start/sections/Hero.tsx": $$$$$$$1,
"deco-sites/start/sections/ItWorks.tsx": $$$$$$$2,
"deco-sites/start/sections/myHero.tsx": $$$$$$$6,
"deco-sites/start/sections/ParagraphList.tsx": $$$$$$$3,
"deco-sites/start/sections/sections/ItWorks.tsx": $$$$$$$7,
"deco-sites/start/sections/SimpleTextList.tsx": $$$$$$$4,
"deco-sites/start/sections/Theme/Theme.tsx": $$$$$$$5,
"deco-sites/start/sections/ItWorks.tsx": $$$$$$0,
"deco-sites/start/sections/sections/ItWorks.tsx": $$$$$$2,
"deco-sites/start/sections/Theme/Theme.tsx": $$$$$$1,
},
"apps": {
"deco-sites/start/apps/decohub.ts": $$$$$$$$$$$$0,
"deco-sites/start/apps/site.ts": $$$$$$$$$$$$1,
"deco-sites/start/apps/decohub.ts": $$$$$$$$$$$0,
"deco-sites/start/apps/site.ts": $$$$$$$$$$$1,
},
"name": "deco-sites/start",
"baseUrl": import.meta.url,
Expand Down
9 changes: 0 additions & 9 deletions sections/Footer.tsx

This file was deleted.

53 changes: 0 additions & 53 deletions sections/Hero.tsx

This file was deleted.

61 changes: 0 additions & 61 deletions sections/ParagraphList.tsx

This file was deleted.

90 changes: 0 additions & 90 deletions sections/SimpleTextList.tsx

This file was deleted.

10 changes: 0 additions & 10 deletions sections/myHero.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion static/tailwind.css

Large diffs are not rendered by default.

0 comments on commit fe7bf88

Please sign in to comment.