chore(repo): move utils
directory to repository root
All checks were successful
Actions / Build Plugins (pull_request) Successful in 40s
All checks were successful
Actions / Build Plugins (pull_request) Successful in 40s
This commit is contained in:
parent
a4a2859b12
commit
cbc64e1880
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { List } from "@project-gauntlet/api/components";
|
|||
import React, { ReactElement, useState } from "react";
|
||||
import documentation from "./documentation/tailwind-css";
|
||||
import { Clipboard } from "@project-gauntlet/api/helpers";
|
||||
import open from "../../utils/open-url";
|
||||
import open from "../../../utils/open-url";
|
||||
|
||||
// @ts-expect-error gauntlet uses deno and not node
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
|
|
Loading…
Reference in a new issue