This website requires JavaScript.
Explore
Help
Sign In
StanGirard
/
quivr
Watch
1
Star
1
Fork
0
You've already forked quivr
mirror of
https://github.com/StanGirard/quivr.git
synced
2024-12-19 08:42:08 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
81a3d48fbc
quivr
/
frontend
/
pages
/
about.tsx
6 lines
88 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Devx/add linter rules (#331) * remove duplicate import * 🚧 add new linter configuration * 🧑💻 add and run prettier * 🐛 add babel parser for linter * 🧑💻 add lint-fix command * 🚨 use lint-fix * 🚨 remove 'FC' as a type. Use const and JSX.Element * 🚨 enforce arrow function rule from linter * 🔥 delete unused file * 🚨 adding /* eslint-disable */ in failing files * 💩 add ts-expect-error to Victory components
2023-06-15 12:52:46 +03:00
const
About
=
(
)
:
JSX
.
Element
=
>
{
return
<
div
>
About
<
/
div
>
;
}
;
export
default
About
;
Reference in New Issue
Copy Permalink