Browse Source

add import

Yuken Tezuka 3 years ago
parent
commit
bd98967cef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/PutbackPageModal.jsx

+ 1 - 1
packages/app/src/components/PutbackPageModal.jsx

@@ -1,4 +1,4 @@
-import React, { useState } from 'react';
+import React, { useState, useCallback } from 'react';
 
 
 import { useTranslation } from 'next-i18next';