Skip to content

Commit

Permalink
eslint disable for worksheetgenerator due to persistent error
Browse files Browse the repository at this point in the history
  • Loading branch information
citruscai committed Jul 4, 2024
1 parent 83ff7b0 commit 6425397
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/worksheetGenerator.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/* eslint-disable */
/* tslint:disable */

import React from 'react';
import { pdf, Document, ReactPDF } from '@react-pdf/renderer';
import { pdf, Document } from '@react-pdf/renderer';
import SimpleTemplate from '@/components/ui/worksheetTemplates/SimpleTemplate';
import { JsonData } from './types';

Expand Down

0 comments on commit 6425397

Please sign in to comment.