Skip to content

Commit 4d88585

Browse files
committed
Update templates
1 parent 836fafe commit 4d88585

10 files changed

Lines changed: 1 addition & 0 deletions
241 KB
Binary file not shown.
234 KB
Binary file not shown.
233 KB
Binary file not shown.

public/templates/fonts-0.1.0.zip

234 KB
Binary file not shown.

public/templates/invoice-0.1.0.zip

234 KB
Binary file not shown.
236 KB
Binary file not shown.

public/templates/minimal-0.1.0.zip

0 Bytes
Binary file not shown.
234 KB
Binary file not shown.

public/templates/table-0.1.0.zip

234 KB
Binary file not shown.

src/LoadingContext.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const LoadingScreen: FC<PropsWithChildren> = ({ children }) => {
1919
index.set('minimal', 'minimal-0.1.0.zip');
2020
index.set('table', 'table-0.1.0.zip');
2121
index.set('multi_input', 'multi_input-0.1.0.zip');
22+
index.set('accessibility', 'accessibility-0.1.0.zip');
2223
return index;
2324
}, []);
2425

0 commit comments

Comments
 (0)