Skip to content

Commit 0d3549e

Browse files
committed
no privacy policy
1 parent deb7e46 commit 0d3549e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import '../styles/tailwind.css';
2-
import { handlePrivacyPolicyNoticeDismissal } from './privacy-policy.js';
2+
// import { handlePrivacyPolicyNoticeDismissal } from './privacy-policy.js';
33
import { handleCodeCopying } from './copy.js';
44

55
if (DEV_MODE) console.log('Dev mode is currently enabled.');
66

7-
handlePrivacyPolicyNoticeDismissal();
7+
// handlePrivacyPolicyNoticeDismissal();
88
handleCodeCopying();

0 commit comments

Comments
 (0)