Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/feat/#72'
Browse files Browse the repository at this point in the history
  • Loading branch information
kanguk01 committed Nov 18, 2024
2 parents 0f70880 + bdc0ec0 commit b1986cb
Show file tree
Hide file tree
Showing 37 changed files with 4,336 additions and 335 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ module.exports = {
"no-underscore-dangle": "off",
"no-alert": "off",
"react-hooks/exhaustive-deps": "off",
"react/no-array-index-key": "off",
"no-nested-ternary": "off",
"@typescript-eslint/no-use-before-define": "off",
"react/jsx-no-constructed-context-values": "off",
"import/prefer-default-export": "off",
"@typescript-eslint/no-unused-expressions": "off",
"import/no-extraneous-dependencies": [
"error",
{
Expand Down
1,607 changes: 1,607 additions & 0 deletions dist/assets/index-DNagE171.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/index-KWo6zzW6.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions dist/assets/logo-CmO4ZKwy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions dist/assets/mock2-BvRgIRQl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions dist/assets/step1-DsUboUzH.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
408 changes: 408 additions & 0 deletions dist/assets/step2-CJ8X2DvV.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
523 changes: 523 additions & 0 deletions dist/assets/step3-DSVRkaDE.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:[email protected]&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<script type="module" crossorigin src="/assets/index-DNagE171.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-KWo6zzW6.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Expand Down
Loading

0 comments on commit b1986cb

Please sign in to comment.