Advertisement
justfrenzy

CrackFlix - frontend /src/components/App/NoCopyrightText.tsx

May 12th, 2024
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TypeScript 0.49 KB | Source Code | 0 0
  1. const NoCopyrightText = {
  2.     bg: {
  3.         noCopyRight: `Този сайт не съхранява никакви файлове на нашия сървър, ние само свързваме с 3-та партньорска услуга.`
  4.     } as { noCopyRight: string },
  5.     en: {
  6.         noCopyRight: `This site does not store any files on our server, we only linked to the media which is hosted on 3rd party services.`
  7.     } as { noCopyRight: string }
  8. }
  9.  
  10. export default NoCopyrightText;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement