Skip to content

Commit

Permalink
ci: trigger deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Aug 14, 2023
1 parent c20a4c4 commit 439abae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/loop/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ const LoopApp = () => {
};

export const render = createRender(LoopApp, configure, 'Loop');

export default render;
1 change: 1 addition & 0 deletions apps/punch/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ const PunchApp = () => {
};

export const render = createRender(PunchApp, configure, 'Punch');

export default render;
1 change: 0 additions & 1 deletion apps/workorder/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ const WorkorderApp = () => {
};

export const render = createRender(WorkorderApp, configure, 'Workorder');

export default render;

0 comments on commit 439abae

Please sign in to comment.