seas-computing / mark-one

A UI component library for building React Apps (in development)
https://seas-computing.github.io/mark-one/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Update path from absolute to relative path #73

Closed natalynyu closed 3 years ago

natalynyu commented 3 years ago

This PR updates the path of the NoteText import for the Fieldset component to be a relative path. Absolute paths do not work with the integration of Mark-One to Course Planner. Absolute paths only work in the context of the local TypeScript project itself.

Types of changes

Checklist:

Priority:

Related Issues:

Addresses #229

codecov[bot] commented 3 years ago

Codecov Report

Merging #73 into develop will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #73   +/-   ##
========================================
  Coverage    98.12%   98.12%           
========================================
  Files           41       41           
  Lines          480      480           
  Branches        87       87           
========================================
  Hits           471      471           
  Misses           5        5           
  Partials         4        4           
Impacted Files Coverage Δ
src/Forms/Fieldset.tsx 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3392d80...6a2c5a3. Read the comment docs.