Skip to content

Commit

Permalink
add bread crumb and placeholder for sidenav
Browse files Browse the repository at this point in the history
  • Loading branch information
nahbee10 committed Nov 6, 2024
1 parent ecc032b commit ab054de
Show file tree
Hide file tree
Showing 17 changed files with 237 additions and 148 deletions.
2 changes: 1 addition & 1 deletion assets/new-request-form-bundle.js

Large diffs are not rendered by default.

158 changes: 101 additions & 57 deletions assets/tailwind-output.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ export default defineConfig([
{
context: "this",
input: {
'new-request-form': 'src/modules/new-request-form/index.tsx',
'flash-notifications': 'src/modules/flash-notifications/index.ts',
navigation: 'src/modules/navigation/index.ts',
footer: 'src/modules/footer/index.ts',
homepage: 'src/modules/homepage/index.ts',
'article-page': 'src/modules/article-page/index.ts',
'category-page': 'src/modules/category-page/index.ts',
'section-page': 'src/modules/section-page/index.ts',
"new-request-form": "src/modules/new-request-form/index.tsx",
"flash-notifications": "src/modules/flash-notifications/index.ts",
navigation: "src/modules/navigation/index.ts",
footer: "src/modules/footer/index.ts",
homepage: "src/modules/homepage/index.ts",
"article-page": "src/modules/article-page/index.ts",
"category-page": "src/modules/category-page/index.ts",
"section-page": "src/modules/section-page/index.ts",
},
output: {
dir: "assets",
Expand Down
Loading

0 comments on commit ab054de

Please sign in to comment.