1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 00:41:16 -04:00

extract "skip to content" link into separate component

This commit is contained in:
2022-07-07 08:49:48 -04:00
parent 155c6cacd9
commit 2c7e266fc3
5 changed files with 148 additions and 131 deletions

View File

@@ -0,0 +1,2 @@
export * from "./SkipToContent";
export { default } from "./SkipToContent";