fix(lab): Add jargon file
This commit is contained in:
parent
f516d2deb6
commit
2a07d65b1f
1 changed files with 16 additions and 0 deletions
16
sites/lab/components/jargon.mjs
Normal file
16
sites/lab/components/jargon.mjs
Normal file
|
@ -0,0 +1,16 @@
|
|||
import { Term as SharedTerm } from 'shared/components/jargon.mjs'
|
||||
|
||||
/*
|
||||
* This object holds jargon terminology for FreeSewing.lab
|
||||
*
|
||||
* - No actual jargon should be added to this file. Instead, add your
|
||||
* jargon to the org and dev files.
|
||||
* - This file simply needs to exist in order for the lab development
|
||||
* environment to run.
|
||||
*/
|
||||
const jargon = {}
|
||||
|
||||
/*
|
||||
* DO NOT CHANGE ANYTHING BELOW THIS LINE
|
||||
*/
|
||||
export const Term = ({ children }) => <SharedTerm {...{ jargon, children }} site="lab" />
|
Loading…
Add table
Add a link
Reference in a new issue